Python 中有多種xml處理API,常用的有xml.dom.*模塊、xml.sax.*模塊、xml.parser.expat模塊和xml.etree.ElementTree模塊(以下簡稱ET)。
確定! 回上一頁