xml.etree.ElementTree
xml.etree.ElementTree — The ElementTree XML API
Source code: Lib/xml/etree/ElementTree.py
The xml.etree.ElementTree
module implements a simple and efficient API for parsing and creating XML data.
Changed in version 3.3: This module will use a fast implementation whenever available. The xml.etree.cElementTree
module is deprecated.
Warning
The 登录查看完整内容