摘要: import os import shutil #返回该目录下的所有子目录及文件 filePath='C:\\C1\\test' for i,j,k in os.walk(filePath): print(i,j,k) #复制文件,为了造点测试文件 q=1 a=10 while q < a: pri 阅读全文
posted @ 2020-09-03 23:22 七亿星空 阅读(941) 评论(0) 推荐(0) 编辑