ElementTree as ET tree = ET.parse("nfe.xml") doc = tree.getroot() nodefind = doc.find('NFe/infNFE/ide/cUF') print nodefind.attrib print ...
確定! 回上一頁