为什么在jsp中要用request来获取其它对象呢?
request.getSession().getServletContext().setAttribute("","");
为什么不能直接写成session.().setAttribute("",""); 而是要通过request来获取?
request.getSession().getServletContext().setAttribute("","");
为什么不能直接写成session.().setAttribute("",""); 而是要通过request来获取?
2018-08-14
举报