如何从session中取出并还原一个整型数据。 第一个jsp页面:session.setAttribute("Eno", t_id)。第二个jsp页面:int En = (Integer) session.getAttribute("Eno");提示:这种方法只用JDK1.5以上的才支持。