摘要:
关键字: struts2获取web元素(reques, response, session, appliction) 在 Struts2 中 有四种方式可以得到 web 这些元素第一种: 前提是我们的Action 继承了 ActionSupport//直接获取 request 对象1.HttpServletRequest requet=ServletActionContext.getRequest... 阅读全文
posted @ 2010-08-18 17:24 漫天 阅读(579) 评论(0) 推荐(0) 编辑