ordering the Xml
- 论坛
- ordering the Xml
25 浏览
匿名的
0 Comments
import lxml.etree as etree x = etree.parse("filename") print etree.tostring(x, pretty_print=True)