Loading

摘要: import os from shutil import copy 获取目录下所有文件 def getAllFiles(targetDir): files = [] listFiles = os.listdir(targetDir) for i in range(0, len(listFiles)) 阅读全文
posted @ 2022-09-21 14:14 adai_kfl 阅读(543) 评论(0) 推荐(0)