import lxml.etree root = lxml.etree.fromstring(xml_text) ... lxml.html.tostring( # don't forget to add .getroot() if you didn't do it when parsing ...
確定! 回上一頁