遍历文件夹文件 用户800470576949 2024-10-08 159 阅读1分钟 遍历文件夹文件 遍历文件夹下的csv文件: import glob for i in glob.glob("./ref_data/*/*.csv"): print(i) 结果