xml ' are parsed into a list of dictionary items. import xml.etree.ElementTree as xml tree = xml.ElementTree(file='myfile.xml') root = tree.getroot() students=[] ...
確定! 回上一頁