运行命令:javadoc Test1.java

报错:编码GBK的不可映射字符

问题原因:类文件中带有非GBK字符

解决办法:javadoc -encoding utf-8 Test1.java

05-11 15:20