解决getOutputStream() has already been called for this response

来源:互联网 发布:恋夜秀场源码 编辑:程序博客网 时间:2024/06/16 11:50

ImageIO.write(temp_image,"png",new FileOutputStream(lujing+x+"_"+y+".png"))验证码使用ImageIO引发的异常

关闭ImageIO就是 try/catch捕捉异常或者throws IOException


阅读全文
1 0