struts2起步——基本的Action类在这里设置request里的属性值可以用两种方式,ctx.put(key,value) 和 request.
struts2起步——基本的Action类
在这里设置request里的属性值可以用两种方式,ctx.put(key,value) 和 request.put(key,value)
struts2起步——基本的Action类
在这里设置request里的属性值可以用两种方式,ctx.put(key,value) 和 request.put(key,value)