81,122
社区成员




ServletActionContext.getRequest().getSession().setAttribute("email",
this.email);
String email3 = (String) ServletActionContext.getRequest()
.getSession().getAttribute("email");
ActionContext.getContext().getSession().get("email");
ServletActionContext.getRequest().getSession().setAttribute("email",
this.email);