import xml.etree.ElementTree as ET tree = ET.parse('country_data.xml') # From file tree = ET.fromstring(xmlStrings) # From XML String root ...
確定! 回上一頁