ElementTree as ET tree = ET.parse('country_data.xml') root = tree.getroot() ... specification of which elements to look for is possible by using XPath.
確定! 回上一頁