ActionContext.getContext().getSession().put("teacherlist", teacherlist);

teacherlist=(List<Teacher>) ActionContext.getContext().getSession().get("teacherlist");

清除

ActionContext.getContext().getSession().clear();

  

相关文章:

  • 2021-08-09
  • 2022-12-23
  • 2022-12-23
  • 2022-02-08
  • 2021-09-17
  • 2022-12-23
  • 2021-11-20
  • 2021-10-09
猜你喜欢
  • 2021-10-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案