Element 是ElementTree API的主要容器類,大部分XML tree的功能都是通過這個類來實現的,Element的創建很容易:root = etree.Element("root")
確定! 回上一頁