在LXML網站的例子顯示了這個例子:pretty_print選項不LXML >>> import lxml.etree as etree >>> root = etree.Element("root") >>> print(root.tag) root ...
確定! 回上一頁