from xml.dom import minidom. root = minidom.parse("minified_sample.xml").documentElement a = root.childNodes[0] print a.firstChild.nodeValue ...
確定! 回上一頁