Python provides ElementTree module to parse the XML. ... root = tree.getroot() for elem in root: for subelem in elem: print(subelem.text).
確定! 回上一頁