摘要:
后台获取前台数据无非就是获取request,context等但是struts2与struts1不一样。struts1的直接就有public ActionForward getAccountList(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)非常简单但是struts2没有参数,只有一个孤零零的execute()但是struts2不会不让我们取值的,我的取值方法就是:@Override public String exe... 阅读全文