随机产生4位数的验证码

package com.softeem.math; import java.util.Random; public class YanZhengMa { public static String checkcode(){ String temp = ""; Random rd = new Random(); for (int i = 0; i < 4; i++) {
相关文章
相关标签/搜索