我正在学习lxml(在使用ElementTree 之后)并且我很困惑为什么.fromstring 和.tostring 似乎不可逆。这是我的例子: import lxml.etree as ET f = open('somefile.xml' ...
確定! 回上一頁