我想以这种方式将数据写入文件dict.csv: key1: value_a key2: value_b key3: value_c 我写道: import csv f = open('dict.csv','wb') w = csv.
確定! 回上一頁