#Writing data on csv file. import csv. f = open('output.csv', 'w', encoding='utf-8', newline=''). wr = csv.writer(f).
確定! 回上一頁