[python, pickle] 最簡單的方式把資料存檔 ... 直接使用pickle 清潔簡單優雅. Code import pickle ... pickle.dump(data, file) file.close()
確定! 回上一頁