from xml.etree import ElementTree as ET tree = ET.parse("output.xml") namespace = tree.getroot().tag[1:].split("}")[0] amount = tree.find(".
確定! 回上一頁