在Python 中如果需要讀取XML 檔案,或是將資料寫入XML 檔案中,可以使用xml.etree. ... 子節點與屬性 for child in root: print(child.tag, child.attrib)
確定! 回上一頁