// 告诉Struts 执行完 Action 就行了,不用再去调用结果响应的操作
// 取得 HttpServletResponse
ActionContext.getContext().getActionInvocation().getProxy().setExecuteResult(false);// 取得 HttpServletResponse
HttpServletResponse response = ServletActionContext.getResponse();


359

被折叠的 条评论
为什么被折叠?



