自定义设置的导出按钮,弹出的url也正常,但就是实现不了导出功能JS代码 var url=servletURL+"?formlet="+FR.cjkEncode(formletName); alert (servletURL);/*$.each(this.options.form.name_widgets,function(i,item) { if(item.options.type!== 'label'&&item.getName()!="START_TIME"&&item.getName()!="COUNT_NO"&&item.getName()!="END_TIME") { url+="&"+item.getName()+"="+item.getValue(); }});*/url+="&format=excel&extype=simple&__filename__=wenjian+&sessionID="+aaa;alert(url);window.location=encodeURI(url);预览效果点击后就是刷新页面,没有实现导出功能