如果使用了Gradle管理项目 打开项目的build.gradle文件,向其中加入下列代码 tasks.withType(JavaCompile){ options.encoding="UTF-8" } 下次编译将会使用指定的编码编译