会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
老男孩的编程之路
博客园
首页
新随笔
联系
订阅
管理
2019年6月17日
随机验证码(5位数字与字母混合)
摘要: View Code 1 import random 2 3 def v_code(): 4 5 ret=" " 6 for i in range(5): 7 num=random.randint(0,9) 8 alf=chr(random.randint(65,122)) 9 s=str(rando
阅读全文
posted @ 2019-06-17 10:54 晓亮86
阅读(428)
评论(0)
推荐(0)
公告