2008年5月4日
摘要: File f = new File("C:\\d.xml"); FileWriter writer;try {writer = new FileWriter(f); XMLOutputter outputter = new XMLOutputter(); // outputter.setEncoding("gb2312"); outputter.output(resDoc, writer);... 阅读全文
posted @ 2008-05-04 16:11 一般一般 阅读(379) 评论(0) 推荐(0)