会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
把苹果咬哭's Blog
知道的越多,不知道的越多
博客园
首页
新随笔
联系
订阅
管理
2019年3月11日
【小工具】2. 需要对测试用的数据进行MD5加密
摘要: import hashlib phone_num = open("D:/testdata/phone10.txt","r") out_file = open("D:/testdata/after_md5.txt", "w") md5 = hashlib.md5() for line in phone
阅读全文
posted @ 2019-03-11 19:48 把苹果咬哭的测试笔记
阅读(313)
评论(2)
推荐(0)
编辑
公告