摘要:
use xml.dom.minidom 注释xml元素和去除xml注释。code is: #!/usr/bin/env pythonfrom xml.dom import minidomimport sys'''get the first web system element, like: Note, should have only one web system element, if have multiple, the other will be ignored.'''def getWebSystemElement(xmlPath): do 阅读全文