使用xml.etree. ... ElementTree as ET tree = ET.parse('country_data.xml') root ... root = ET.fromstring(country_data_as_string).
確定! 回上一頁