| JSP对象 | Servlet中怎样获得 |
| request | service方法中的request参数 |
| response | service方法中的response参数 |
| session | request.getSession()函数 |
| page | this |
| config | getServletConfig |
| application | getSerletContext()函数 |
| pageContext | PageContest |
| out | response.getWriter |
| exception | Throable |
JSP九大内置对象与Servlet的对应关系
原文地址:https://www.cnblogs.com/chendc/p/9117888.html