📜  pickle 转储到特定目录 - 汇编代码示例

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

代码示例1
with open('/full/path/to/file', 'wb') as f:
    pickle.dump(object, f)