軟件測試-Python-對csv文件的建立,讀,寫

import csv #建立文件 # fo=open("data.csv",'wb') #fo.close() # 文件所有讀取 # read=csv.reader(open('data.csv',encoding='utf-8-sig')) # for row in read: # print(row) #只讀取第二列的數據 # with open('data.csv',encodin
相關文章
相關標籤/搜索