java实现EXCEL浏览器下载无反应 10
chrome测试的反应response.reset();response.setContentType("application/msexcel;");response....
chrome测试的反应
response.reset();
response.setContentType("application/msexcel;");
response.setHeader("Content-Disposition", new String(("attachment;filename="+"tt.xls").getBytes("GB2312"), "UTF-8")); File f = new File("F:/tt.xls"); //File f = new File(targetFolder.getPath()+File.separator+fName); FileInputStream in = new FileInputStream(f); byte b[] = new byte[1024]; int i = 0; ServletOutputStream out = response.getOutputStream(); while((i=in.read(b))!= -1){ out.write(b, 0, i); } out.flush(); out.close(); in.close(); }catch(Exception e){ e.printStackTrace(); } 展开
response.reset();
response.setContentType("application/msexcel;");
response.setHeader("Content-Disposition", new String(("attachment;filename="+"tt.xls").getBytes("GB2312"), "UTF-8")); File f = new File("F:/tt.xls"); //File f = new File(targetFolder.getPath()+File.separator+fName); FileInputStream in = new FileInputStream(f); byte b[] = new byte[1024]; int i = 0; ServletOutputStream out = response.getOutputStream(); while((i=in.read(b))!= -1){ out.write(b, 0, i); } out.flush(); out.close(); in.close(); }catch(Exception e){ e.printStackTrace(); } 展开
1个回答
展开全部
你好;是不是你的浏览器出问题啦。你可以试试QQ浏览器。它采用单核模式,有很小的安装包,和超强的稳定型。浏览网页的速度也得到进一步的优化,有效的提升网页兼容性,减少系统漏洞。您可以使用电脑上微信,边上网边聊天。带来高效的微信沟通体验。速度快,下载强,可以满足你的视频浏览,下载文件等。谢谢望采纳
追问
我在另一个项目中拷贝的源码和浏览器是没关系的
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询