python Copy from xml.dom import minidom xmldoc = minidom.parse('sample1.xml') stringlist = xmldoc.getElementsByTagName('string') ...
確定! 回上一頁