摘要: import os import time import shutil def del_file(filepath): """ 删除某一目录下的所有文件或文件夹 """ del_list = os.listdir(filepath) for f in del_list: file_path = os 阅读全文
posted @ 2020-12-25 22:38 木捏牛 阅读(171) 评论(0) 推荐(0) 编辑
摘要: https://download.vulnhub.com/dc/DC-9.zip 阅读全文
posted @ 2020-12-25 15:48 木捏牛 阅读(455) 评论(0) 推荐(0) 编辑
摘要: 来自:https://zhuanlan.zhihu.com/p/27350980 阅读全文
posted @ 2020-12-25 15:46 木捏牛 阅读(103) 评论(0) 推荐(0) 编辑