import xmltodict path = "/Users/aaa/Desktop/strings.xml" with open(path) as fd: obj = xmltodict.parse(fd.read()) resources = obj["resources"] strings ...
確定! 回上一頁