python minidom源码
摘要:转自http://hg.python.org/cpython/file/2.7/Lib/xml/dom/minidom.py"""\ 2 minidom.py -- a lightweight DOM implementation. 3 4 parse("foo.xml") 5 6 parseString("<foo><bar/></foo>") 7 8 Todo: 9 ===== 10 * convenience methods for getting elements and text
阅读全文
posted @
2012-11-15 15:30
Just a Programer
阅读(992)
推荐(0)