java 中生成随机验证码
Posted lkjhgfdsa123
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了java 中生成随机验证码相关的知识,希望对你有一定的参考价值。
1.导包
2.
public void generateVCode() throws FileNotFoundException, IOException { VerifyCode verifyCode=new VerifyCode(); BufferedImage bi=verifyCode.getImage(); System.out.println(verifyCode.getText()); VerifyCode.output(bi, new FileOutputStream("E:/a.jpg")); }
以上是关于java 中生成随机验证码的主要内容,如果未能解决你的问题,请参考以下文章