【 python 基础系列 】 Pickle 的使用
> 原文:[储存你的对象](https://pycoders-weekly-chinese.readthedocs.io/en/latest/issue6/a-guide-to-pythons-magic-methods.html#id22)
如果你接触过其他的 python 开发者,你可能已经听说过 Pickle 了, Pickle 是用来序列化 Python 数据结构的模块,在你需要暂时存储
...阅读全文