f.seek(0). # Convert XML into python object tree. root = objectify.fromstring(f.read()). # Now root.tag_name will create a list of all tags with that name.
確定! 回上一頁