摘要: //参考资料http://www.cnblogs.com/mengdd/archive/2013/06/05/3119927.html 阅读全文
posted @ 2017-06-05 18:19 javadongx 阅读(125) 评论(0) 推荐(0)
摘要: 一,使用JDOM 1.字符串转Document对象 String xmlStr = "....."; StringReader sr = new StringReader(xmlStr); InputSource is = new InputSource(sr); Document doc = (n 阅读全文
posted @ 2017-06-05 18:16 javadongx 阅读(5081) 评论(0) 推荐(0)

javadong@qq.com