test

博客园 首页 新随笔 联系 订阅 管理

2019年12月11日 #

摘要: 前端使用jquery.media.js,如果后端有http的下载地址,可以不需要用流的方式预览 阅读全文
posted @ 2019-12-11 10:32 testgogogo 阅读(4407) 评论(0) 推荐(0)

摘要: response.reset(); response.setContentType("application/x-download");//下载 //response.setContentType("application/pdf;charset=UTF-8");//pdf预览 response.setCharacterEncoding("utf-8"); request.setCharacter 阅读全文
posted @ 2019-12-11 10:20 testgogogo 阅读(1374) 评论(0) 推荐(0)