本文共 110 字,大约阅读时间需要 1 分钟。
from hashlib import md5m = md5('123456')print m.hexdigest()
转载于:https://www.cnblogs.com/JiangLe/p/4950726.html