赞
踩
# !/usr/bin/env python # -*- coding:utf-8 -*- import random def rand_code(): random_code = "" for i in range(4): rand_num = random.randint(