摘要: 一、hashlib模块补充 1,密文验证 2,文件的一致性校验 configparse模块 配置参数 import hashlibdef compare(filename1,filename2): md5sum = [] for file in [filename1,filename2]: md5  阅读全文
posted @ 2018-04-23 20:27 Murray穆 阅读(167) 评论(0) 推荐(0)