我想使用lxml 库用新信息更新xml 文件。 例如,我有这个代码: >>> from lxml import etree >>> >>> tree = etree.parse('books.xml') 其中“books.xml”文件具有以下 ...
確定! 回上一頁