首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件架构设计 >

struts2中session的设立、获取、取消

2012-09-05 
struts2中session的设置、获取、取消ActionContext.getContext().getSession().put(key, value)ActionContex

struts2中session的设置、获取、取消

ActionContext.getContext().getSession().put(key, value)

ActionContext.getContext().getSession().get(key)

?


<% session.removeAttribute(key); %>

热点排行