Element class用lxml首先我们要导入相关库>>>from lxml import etree创建一个root节点>>>root=etree.Element("root") 看看root是什么>>> print ...
確定! 回上一頁