from lxml import etree root = etree.Element("root") print type(root).__name__ # _Elementと表示 print root.tag. Element()に文字列を渡せば、 ...
確定! 回上一頁