import os import pandas as pd # 将文件读取出来放一个列表里面pwd = 'test' # 获取文件目录# 新建列表,存放文件名file_list = [] # 新建列表存放每个文件数据(依次 ...
確定! 回上一頁