gpt4 book ai didi

python - 为什么一个文件读取后是空的?

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

<分区>

我是 Python 的新手。我想处理现有文件 (exist_file),此外,还要创建它的副本。问题是,当我创建文件副本时,exist_file 变为空。

exist_file = open('some_pass/my_file.txt', 'r')
print exist_file.read() # Here the file is successfully printed
copy_of_file = open('new_copied_file.txt', 'w')
copy_of_file.write(exist_file.read())
print exist_file.read() # Here the file is empty

为什么 exist_file 是空的?

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