2017年2月20日
摘要: 前面两种可以设置编码格式。 1.第一种:xml文件的读取和Sax解析 InputSource inputSource = new InputSource(new FileInputStream(file)); inputSource.setEncoding("UTF-8"); List<Map<St 阅读全文
posted @ 2017-02-20 15:45 依米欧 阅读(4604) 评论(0) 推荐(0) 编辑