public void analysisXML() throws DocumentException { SAXReader saxread = new SAXReader(); File xmlFile = new File("idcMonitor.xml"); if (xmlFile.exists()) { Document document = saxread.read(xmlFile);// 读取XML文件 List houseMonitorList = document.selectNodes("//idcMonitor/houseMonitor&quo Read More
posted @ 2013-09-11 17:12
小梁的程序世界
Views(5421)
Comments(0)
Diggs(0)

浙公网安备 33010602011771号