摘要: DOM说明: DOM:Document Object Model API DOM是一种跨语言的XML解析机制,DOM把整个XML文件或字符串在内存中解析为树型结构方便访问。 https://docs.python.org/2/library/xml.dom.html https://docs.pyt 阅读全文
posted @ 2018-09-29 14:28 realcp1018 阅读(9388) 评论(0) 推荐(0)
摘要: 参考网址: http://www.runoob.com/python/python-xml.html https://docs.python.org/2/library/xml.etree.elementtree.html 菜鸟教程提供了基本的XML编程接口DOM、SAX,以及轻量级ElementT 阅读全文
posted @ 2018-09-29 14:22 realcp1018 阅读(7600) 评论(0) 推荐(0)