01 2017 档案
摘要:public static List<Map<String, String>> readTXT(String path) throws IOException { //根据路径新建文件对象 File file = new File(path); //转换为字节流 FileInputStream fi
阅读全文
摘要:public static void writeXMLFile(Document doc,String xmlFileName) throws IOException{ OutputFormat format = OutputFormat.createPrettyPrint();// 创建文件输出的
阅读全文
浙公网安备 33010602011771号