[問題] shelve模組創一個檔案text.dat會變成怪檔

作者: newbrain (沒有真心就別談感情)   2022-04-10 23:17:49
import shelve
s = shelve.open('test.dat')
結果電腦給我產生 test.dat.dat檔
為什麼不是產生 test.dat檔
然後照書上輸入
s['x'] = ['a', 'b', 'c']
去查看這個test.dat.dat檔內容有一堆?
作者: AndCycle (AndCycle)   2022-04-10 23:37:00
文件上都有寫自己看不要在那自己腦補這東西怎麼用…1. 文件上就說了那是basename2. 你為什麼會覺得裡面開起來是文字檔?他是要存物件耶
作者: newbrain (沒有真心就別談感情)   2022-04-11 09:49:00
謝謝大大 我發現執行後又存了 .bak .dir檔哈哈

Links booklink

Contact Us: admin [ a t ] ucptt.com