python文件操作
摘要:
批量给文件改后缀名 爬取的文件全部后缀为xlsx,结果有的文件打不开,原因是这些文件是xls格式,因此将xlsx统一改为xls import os root = r'D:\bondtest' with os.scandir(r'D:\bondtest') as files: for file in 阅读全文
posted @ 2021-01-13 09:31 trp 阅读(83) 评论(0) 推荐(0) 编辑
posted @ 2021-01-13 09:31 trp 阅读(83) 评论(0) 推荐(0) 编辑
posted @ 2021-01-13 09:29 trp 阅读(303) 评论(0) 推荐(0) 编辑