CSV 的全名是Comma Separated Values,顧名思義就是用**逗點(,)**分隔的資料。 ... import csv with open('mock_data.csv', 'a', newline='') as csvfile: writer ...
確定! 回上一頁