摘要: import hashlib import os import send2trash import time ''' 根据MD5,查找一个目录下的相同文件,并且可以选择是否删除(只是删除到回收站) ''' def getMD5(path): f=open(path,'rb') d5 = hashli 阅读全文
posted @ 2020-02-25 19:11 wztshine 阅读(1211) 评论(0) 推荐(0) 编辑