📜  如何在 python 中写入文件而不删除所有内容 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:40.107000             🧑  作者: Mango

代码示例1
file = open("FILE_NAME.txt", "w+") # opens the file in both read and write mode