然而實際上,對於常見的 XML 處理, Python 建議使用 xml.etree.ElementTree,相對於 DOM 來說,ElementTree 更為簡單而快速,相對於 SAX 來說,也有 iterparse()可以使用, ...
確定! 回上一頁