2012年9月8日
摘要: 使用dom输出一个xml文件中的内容1 import java.io.File; 2 import java.io.IOException; 3 4 import javax.xml.parsers.DocumentBuilder; 5 import javax.xml.parsers.DocumentBuilderFactory; 6 import javax.xml.parsers.ParserConfigurationException; 7 8 import org.w3c.dom.Document; 9 import org.w3c.dom.NodeList;10 import... 阅读全文
posted @ 2012-09-08 15:59 elleniou 阅读(1248) 评论(0) 推荐(0) 编辑