人到中年有点甜
var btn_loan_excel = new Ext.Button({ text : '导出EXCEL', iconCls : 'icon-excel', handler : function(){ Ext.Ajax.request({ url : 'exportTrans.action', params : { conditions1 : text_search_begin.getValue()==""?null:text_search_begin.getValue().format('Y-m-d'), conditions : text_search_stop.getValue()==""?null:text_search_stop.getValue().format('Y-m-d') }, success : function(res){ var result=Ext.decode(res.responseText);// formpanel里可以function(form,action){ action.result.对应返回前台变量 } window.location.href=result.down; } }); } }); 返回办理 struts2配置 比如的success,id <action name="saveLogOut" class="userAction" method="saveLogOut"> <result type="json"> <param name="includeProperties">success,id</param> </result> </action>