2018年12月11日
摘要: 递归删除文件夹import os# def delete_path2(path):# # if os.path.isfile(path):# # os.remove(path)# # elif os.path.isdir(path):# # # 遍历文件夹内容# # for filename in 阅读全文
posted @ 2018-12-11 17:27 paulgeo 阅读(181) 评论(0) 推荐(0)