我知道我可以使用getParameter()传递客户端对象,但是我想知道如何像使用getParameter一样传递服务器端对象。我已经看过getAttribute,但是我需要在第一个JSP页面上使用setAttribute,然后在第二个页面上使用getAttribute。任何帮助将不胜感激。
forward
jsp:foprward
RequestDispatcher
request.setAttribute(..)
request.getAttribute()
redirect
response.sendRedirect()
request.getSession().setAttribute(..)
request.getSession().getAttribute()