Python 標準庫中,提供了元素樹的兩種實現。一個是純Python實現的 xml.etree.ElementTree ,另一個是速度更快的C語言實現 xml.etree.cElementTree 。
確定! 回上一頁