#导入xml的minidom模块、用来处理xml文件、from xml.dom import minidom#打开xml文档:dom = minidom.parse("info.xml")#得到文档元素对象root = dom.
確定! 回上一頁