.jsp的执行过程?
1,客户端发出request请求
2,jsp容器将jsp转译成servlet的源代码
3,将产生的servlet的源代码经过编译后,加载到内存中、
4,把结果response响应道客户端