python3中pickle存儲文件時遇到的問題 TypeError: write() argument must be str, not bytes//保存到文件爲亂碼

報錯的存儲代碼: test_data = [‘Save me!’, 123.456, True] f = open(‘test.data’, ‘w’) pickle.dump(test_data, f) f.close()html 報錯1: Traceback (most recent call last): File 「/home/zhao/文檔/untitled/test65.py」, lin
相關文章
相關標籤/搜索