2/ #Python code: from lxml.etree import Element root = Element('outer') root.append(Element('zero')) root.append(Element('one')) ...
確定! 回上一頁