Try the code below, import xml.etree.ElementTree as ET tree = ET.parse('/Users/a-8525/Documents/tmp/pyxml.xml') root = tree.getroot() ...
確定! 回上一頁