摘要: import os import shutil # 获取当前目录 current_directory = os.getcwd() # 获取当前目录下的所有子文件夹 subdirectories = [name for name in os.listdir(current_directory) if 阅读全文
posted @ 2023-08-08 14:20 ken-yu 阅读(47) 评论(0) 推荐(0) 编辑