原创 讀寫CSV文件

這是已存在的一個csv文件 import os path = os.getcwd()+'\\' #獲取當前路徑 print (path) with open(path+'aaa.csv','r',newline='') as file