python 计算md5时间:2021-12-22 05:00:06import hashlibsrc = "afnjanflkas" m2 = hashlib.md5() m2.update(src) print m2.hexdigest() --------> 输出的值 md5值