gpt4 book ai didi

Python 元素树 : write to the file it is parsing already

转载 作者:太空宇宙 更新时间:2023-11-03 15:14:26 25 4
gpt4 key购买 nike

我目前正在通过以下方式将 XML 写入另一个文件

filepath = folderName + "/config.xml"
config = ET.parse(filepath)
...
config.write(open(folderName + "/config.xml", 'w+b'))

我的问题是如何写入当前由 ET 打开的同一文件?

最佳答案

您可以提供用于读取 XML 数据的同一文件的路径:

config.write(filepath)

关于Python 元素树 : write to the file it is parsing already,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43989066/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com