使用sts时,文件编码都设置成了UTF-8,使用system.out.println输出汉字时,出现乱码。
解决方案:
run>run configurations>common>encoding修改为gbk就可以了。