python 读取csv的文件,可以用pandas包来读取,比如import pandas as pd df = pd.read_csv("filename.csv")print(df)读取数据后,若要获取某一行某一列 ...
確定! 回上一頁