摘要: 代码 import os import os.path as pth import shutil def rm_empty_dir(path: str, filename_tag: str): all_files = os.listdir(path) count = 0 for file in al 阅读全文
posted @ 2022-03-02 21:53 叶拂衣 阅读(415) 评论(0) 推荐(0)