测试验证码
jsp验证码
ase="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789";
intlength=base.length();
//创建内存图像
BufferedImageimage=newBufferedImage(width,height,BufferedImage.TYPE_INT_RGB);
//获取图形上下文
Graphicsg=image.getGraphics();
//创建随机类的实例
Random
下载地址
用户评论