摘要: # -*- coding: utf-8 -*-import os, re, openpyxlimport timedef file_name(file_dir): listfile = os.listdir(file_dir) strfile = listfile.__str__() #print( 阅读全文
posted @ 2022-03-18 19:23 老运维 阅读(96) 评论(0) 推荐(0)