摘要: 今日内容: hashlib模块:加密 hmac模块:加密 configparser模块:操作配置文件 subprocess模块:操作shell命令 xlrd模块:excel读 xlwt模块:excel写 xml模块 一、hashlib模块:加密import hashlib# 基本使用cipher = 阅读全文
posted @ 2019-04-15 20:41 输诚 阅读(129) 评论(0) 推荐(0) 编辑