這裡介紹如何在Python 中使用 csv 模組,讀取與寫入逗點分隔檔。 ... writer = csv.writer(csvfile) # 寫入二維表格 writer.writerows(table).
確定! 回上一頁