09 2020 档案
python CSV
摘要:import csv headers = [] items = [] # newline="" 消除文件隔一行写一行,使每行见没有空行with open("test.csv","w",encoding="tuf-8",newline="") as f: writer = csv.writer(f) 阅读全文
posted @ 2020-09-22 18:05 -豪-