import xmltodict. with open ( "input.xml" ) as f: xml = f.read(). doc = xmltodict.parse(xml). for key in doc[ 'kml' ][ 'Document' ][ ...
確定! 回上一頁