I'm using lxml to create an XML file from scratch;having a code like this:from lxml import etreeroot = etree.Element("root")root.set("interesting", ...
確定! 回上一頁