摘要: import os, re file_path = “path” def readfile(): filelist = os.listdir(file_path) for i in filelist: filelist = str(os.path.splitext(i)[0]) #replace只能 阅读全文
posted @ 2022-08-31 10:40 邓聪聪 阅读(32) 评论(0) 推荐(0) 编辑