import json import pandas as pd # 读取CSV文件 csvData = pd.read_csv(r'testData.csv', header = 0) # 读取CSV文件包含的列名并转换为list columns ...
確定! 回上一頁