摘要: import os # 原文件后缀名 suffix_name = '.jar.src.zip' # 新文件后缀名 nwe_suffix_name = '.jar' def foo(path1): file_list = os.listdir(path1) for file_name in file_ 阅读全文
posted @ 2020-09-26 18:58 你-好 阅读(233) 评论(0) 推荐(0)