首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > perl python >

python顺利引入MD5

2012-10-24 
python成功引入MD5# ----成功引入MD5import hashlibimport randomxhashlib.md5(str(random.randint(1,10)

python成功引入MD5

# ----成功引入MD5import hashlibimport randomx=hashlib.md5(str(random.randint(1,10))).hexdigest()print x#-----取随机数print random.randint(1,10)

python中把字符串换成MD5的方法。

python的随机数

热点排行