摘要: import os import shutil def delete_subfolders(directory): # 检查目录是否存在 if not os.path.exists(directory): print("指定的目录不存在:", directory) return # 遍历目录中的所有 阅读全文
posted @ 2024-01-30 21:58 不上火星不改名 阅读(29) 评论(0) 推荐(0)