jsp执行过程:最终执行的还是servlet .jsp请求 —》_JspServlet —》serveic()方法—》根据请求调用doget() 或doPost()方法进行处理。 转载于:https://www.cnblogs.com/2016-cxp/p/8654701.html