JSP中的九大内置对象

内置对象

 作用

对应的Java类

Page

 当前页面

This

pageContext

当前页面上下文对象

PageContext

request

请求对象

HttpServletRequest

response

响应对象

HttpServletResponse

session

会话对象

HttpSession

application

应用程序对象

ServletContext

out

输出对象

JspWriter

config

 配置对象

ServletConfig

exception

异常对象

Throwable


猜你喜欢

转载自blog.csdn.net/dyz4001/article/details/80005219
今日推荐