03 2021 档案

摘要:批量拷贝文件:batchcopy.py def batchcopyimgs(dir_orig, dir_desc, file_type): cwd = os.getcwd() path_orig = os.path.join(cwd, dir_orig) path_desc = os.path.jo 阅读全文
posted @ 2021-03-03 23:42 jimchen1218 阅读(310) 评论(0) 推荐(0)