2018年3月8日
摘要: import random checkcode = '' for i in range(4): current = random.randrange(0,4) if current != i: temp = chr(random.randint(65,90)) else: temp = random 阅读全文
posted @ 2018-03-08 11:20 fei2232 阅读(86) 评论(0) 推荐(0) 编辑