摘要: 代码实现那最基本的实现 没有重构也没有整理成方法 主要是自己记录下思路说下思路要实现JSReport打包下载1.需要将JSReport输出到文件中保存起来2.将文件输出到zip流程中实现下载。 publicvoiddoGet(HttpServletRequestrequest,HttpServletResponseresponse) throwsServletException,IOException{//创建数据Maprs=newHashMap();rs.put("title","标题");Listlist=newArrayList();list.ad 阅读全文
posted @ 2012-08-16 12:05 詹鱼 阅读(858) 评论(0) 推荐(0)