@SuppressWarnings("unchecked") public String batchExport() throws DBException{ @SuppressWarnings("unused") List chkList = this.checkValueToList();//获取复选框的值 List srcfile=new ArrayList(); SimpleDateFormat sdf = new SimpleDateFormat("…
jsp页面js代码: function downloadAttached(){ var id = []; id.push(infoid); var options = {}; options.action = "${pageContext.request.contextPath}/DocumentController/downloadattached"; options.argname1="id"; options.argvalue1=id.join(','); f…