jsp图片验证码de实现
时间:2008-07-01 来源:xinyu391
verifycode.jsp <META content="IBM WebSphere Studio" name=GENERATOR> <META http-equiv=Content-Style-Type content=text/css><LINK href="../theme/Master.css" type=text/css rel=stylesheet>
255) fc = 255; if (bc > 255) bc = 255; int r = fc + random.nextInt(bc - fc); int g = fc + random.nextInt(bc - fc); int b = fc + random.nextInt(bc - fc); return new Color(r, g, b); }%>
相关阅读 更多 +