... 而是先緩存在memory 裡,等有空再慢慢寫入,所以一定要記得關掉i/o ,避免寫入的 ... 檔案 with open('test.json','w+') as f: # dump是把python dict寫成json檔案 ...
確定! 回上一頁