In [1]: from xml.etree.ElementTree import Element, SubElement, tostring In [2]: root = Element('filter') In [3]: root.set('type', 'test') In [4]: for op in ...
確定! 回上一頁