在建立数据库 连接的 时候这么写: DriverManager.getConnection("jdbc:mysql://localhost:3306/student?user=root&password=root&useUnicode=true&characterEncoding=utf-8");&useUnicode=true&characterEncoding=utf-8" 主要是这句话。