... orgfile = xmltodict.parse(testfile) print(orgfile) print('\n') newfile = dicttoxml(orgfile, attr_type=False).decode() print(newfile).
確定! 回上一頁