doc = xml.dom.minidom.parse(f). node = doc.documentElement. if node.nodeType == xml.dom.Node.ELEMENT_NODE: print 'Element name: %s' % node.
確定! 回上一頁