摘要: # coding=utf-8 import os import shutil import os.path def get_size(path_in,path_out): fileList = os.listdir(path_in) # 获取path目录下所有文件 for filename in f 阅读全文
posted @ 2019-02-16 22:55 xiaodebing 阅读(244) 评论(0) 推荐(0) 编辑