jsp内置对象与servlet的关系

 
Servlet与JSP九大内置对象的关系
JSP对象 怎样获得
out->response.getWriter
request ->Service方法中的req参数
response ->Service方法中的resp参数
session ->request.getSession
application ->getServletContext
exception ->Throwable
page  ->this
pageContext  ->PageContext
Config ->getServletConfig
原文地址:https://www.cnblogs.com/liyafei/p/9128065.html