Servlet与JSP九大内置对象

时间:2022-09-04 21:44:58

JSP对象                        怎样获得

out                             resp.getWriter

request                    service方法中的req参数

response                service方法中的resp参数

session                   req.getSession()函数

application              getServletContext()函数

exception                 Throwable

page                          this

pageContext            PageContext

Config                       getServletConfig函数