标签:ext int c get 使用 cti
将对象放入session:
ActionContext.getContext().getSession().put("stu_id",id);
将session值取出来使用:
Integer id = (Integer) ActionContext.getContext().getSession().get("stu_id");
session值的使用,布布扣,bubuko.com
session值的使用
原文地址:http://www.cnblogs.com/desen/p/3718026.html