Python 3 匯入匯出.csv檔. ... import csv with open('output.csv', 'w', newline='') as csvFile: # 定義欄位fieldNames = ['姓名', '成績', ...
確定! 回上一頁