gpt4 book ai didi

python - 使用python将对象输出到文件

转载 作者:行者123 更新时间:2023-11-28 22:56:23 26 4
gpt4 key购买 nike

我想知道如何将类对象存储在文件中以便稍后检索它。例如)我有一个堆栈类,我需要存储该类的对象以便稍后检索它。我尝试了以下方法:

output_file=open('hello.txt','w')
output_file.write(x)

其中 x 是堆栈类的对象。整个堆栈程序运行良好,当我进入这个存储部分时,我得到一个错误:

Traceback (most recent call last):
File "class.py", line 32, in <module>
output_file.write(x)
TypeError: expected a character buffer object

我该如何纠正这个错误?什么是最好的存储方式?

最佳答案

最简单的是使用 pickle模块。

有一些examples in the manual .

关于python - 使用python将对象输出到文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15738946/

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