#MD5加密def md5_key(arg): hash = hashlib.md5() hash.update(arg) return hash.hexdigest()
posted on 2016-02-22 16:50 vijayfly 阅读(3604) 评论(0) 收藏 举报