request

mac2022-06-30  23

request.getSession().setAttribute("xxx",object);//主要用来跨页面间要传递数据时使用

Session 的时间, 有效期  request.getSession().setMaxInactiveInterval(1000*5);

转载于:https://www.cnblogs.com/shenziyang/p/6813210.html

最新回复(0)