Example 1: python elementtree build xml import xml.etree.cElementTree as ET root = ET.Element("root") doc = ET.SubElement(root, "doc") ET.
確定! 回上一頁