📅  最后修改于: 2022-03-11 14:46:04.136000             🧑  作者: Mango
import xml.etree.ElementTree as ET
tree = ET.parse('filename.xml') #this gets the file into a tree structure
tree_root = tree.getroot() #this gives us the root element of the file