摘要: import glob # 匹配指定文件夹下的所有文件 files = glob.glob("C:\\Users\\liuchunlin2\\Desktop\\测试数据\\*") print(files) # 递归匹配指定文件夹及其子文件夹下的所有xlsx文件 files = glob.glob(" 阅读全文
posted @ 2023-07-23 16:51 悬崖上的金鱼 阅读(30) 评论(0) 推荐(0)