标签:code alt ttext ges buffer pre throw http ext
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")); }
标签:code alt ttext ges buffer pre throw http ext
原文地址:http://www.cnblogs.com/lt123/p/7137093.html