摘要: import random checkcode = '' for i in range(4): if i == random.randint(0,3): current = chr(random.randrange(65,90)) checkcode += str(current) else: ch 阅读全文
posted @ 2017-06-25 07:16 hukey 阅读(753) 评论(0) 推荐(0)