JSP内置九大对象

内置对象名         类型
request         HttpServletRequest
response        HttpServletResponse
config          ServletConfig
application     ServletContext
session         HttpSession
exception       Throwable
page            Object(this)
out             JspWriter
pageContext     PageContext

猜你喜欢

转载自blog.csdn.net/Betty_betty_betty/article/details/83472390