session 传值跟取值

来源:互联网 发布:算法初步测试题 编辑:程序博客网 时间:2024/05/21 22:39
往session里放值ActionContext.getContext().getSession().put("name",value);往session里取值ActionContext.getContext().getSession().get("name");

0 0
原创粉丝点击