private static int HEIGHT = 20;
// 定义图片的height
private static int CODE_COUNT = 4;
// 定义图片上显示验证码的个数..., 'Z', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9'};
/**
* 生成一个map集合
* code为生成的验证码... * codePic为生成的验证码BufferedImage对象
*
* @return
*/
public static Map<String, Object...random.nextInt(12);
gd.drawLine(x, y, x + xl, y + yl);
}
// randomCode用于保存随机产生的验证码,...randomCode = new StringBuffer();
int red = 0, green = 0, blue = 0;
// 随机产生codeCount数字的验证码。