My style

摘要: #输出对应索引和字符 test=input('>>>') for item in range(0,len(test)): print(item,test[item]) #随机四位验证码 def check_code(): import random checkcode='' for i in ran 阅读全文
posted @ 2020-08-13 16:06 pkfaces 阅读(86) 评论(0) 推荐(0)