java需要关注的知识点---I0之获取特殊属性 1.获取文本的编码方式:
String encoding = System.getProperty("file.encoding");
//encoding 为编码方式Charset.forName(encoding).decode(buff)