Java读取properties中文乱码
Java读取properties中文乱码
右击该properties文件–properties–Resource–Text file encoding,选中other,选择其它编码方式,如UTF-8或GBK,这样就能在properties里面输入中文,而不会自动转成Unicode了。
另外,其实如果key value是中文,也不一定读不出来。比如如下的情况,打开文件流时选择了正确的编码方式,这...
原创
2019-05-01 00:05:56 ·
470 阅读 ·
0 评论