Servlet与JSP九大内置对象的对应关系
| JSP对象 | Servlet中怎样获得 | 
| out | resp.getWriter | 
| request | service方法中的req参数 | 
| response | service方法中的resp参数 | 
| session | req.getSession()函数 | 
| application | getServetContext()函数 | 
| exception | Throable | 
| page | this | 
| pageContext | PageContext | 
| config | getServletConfig | 
 
                    
                
 
                
            
         浙公网安备 33010602011771号
浙公网安备 33010602011771号