---------------------------------从请求里面获取参数一【ActionContext.getContext().getParameters().get()】------------------------------- 使用ActionContext获取:jiang ---------------------------------从请求里面获取参数二【ActionContext.getContext().getValueStack().findValue()】------------------------------- 使用ValueStack获取:jiang ---------------------------------从请求里面获取参数三【ActionContext.getContext().get("request").get()】------------------------------- come from Maprequest:jiang ---------------------------------从请求里面获取参数四【ServletActionContext.getRequest().getParameterMap().get()[0]】------------------------------- come from orig request:jiang --------------------------------从请求里面获取参数五【ActionContext.getContext().get(StrutsStatics.HTTP_REQUEST).get()[0]】 come from orig request:jiang ---------------------------------向ValueStack中压入一个对象到栈顶,再次取参数【ActionContext.getContext().getValueStack().findValue()】------------------------------- 使用ValueStack获取:tong
---------------------------------从请求里面获取参数一【ActionContext.getContext().getParameters().get()】------------------------------- 使用ActionContext获取:jiang ---------------------------------从请求里面获取参数二【ActionContext.getContext().getValueStack().findValue()】------------------------------- 使用ValueStack获取:null ---------------------------------从请求里面获取参数三【ActionContext.getContext().get("request").get()】------------------------------- come from Maprequest:null ---------------------------------从请求里面获取参数四【ServletActionContext.getRequest().getParameterMap().get()[0]】------------------------------- come from orig request:jiang --------------------------------从请求里面获取参数五【ActionContext.getContext().get(StrutsStatics.HTTP_REQUEST).get()[0]】 come from orig request:jiang ---------------------------------向ValueStack中压入一个对象到栈顶,再次取参数【ActionContext.getContext().getValueStack().findValue()】------------------------------- 使用ValueStack获取:tong