struts2中session的设置、获取、取消
ActionContext.getContext().getSession().put(key, value)
ActionContext.getContext().getSession().get(key)
?
<% session.removeAttribute(key); %>
发布时间: 2012-09-05 15:19:34 作者: rapoo
struts2中session的设置、获取、取消
ActionContext.getContext().getSession().put(key, value)
ActionContext.getContext().getSession().get(key)
?
<% session.removeAttribute(key); %>