摘要: 恢复内容开始 0: import os all_files = os.listdir(os.curdir) type_dict = {} type_dict['文件夹'] = 0 for each in all_files: if os.path.isdir(each): type_dict['文件 阅读全文
posted @ 2021-06-18 19:49 yi术家 阅读(31) 评论(0) 推荐(0)