ElementTree.write()用来将XML文档写入伪文件: from io import BytesIO from xml.etree import ElementTree as ET document = ET.Element('outer') node =…
確定! 回上一頁