I am using xmltodict library in python ... import xmltodict with open("MyXML.xml") as MyXML: doc = xmltodict.parse(MyXML.read()).
確定! 回上一頁