因为JSP经过编译后,其实是生成了,java代码,在这写代码中,自动加了 JSP内置对象的实例化 这是其中的一部分. public void _jspService(HttpServletRequest request, HttpServletResponse response) throws java.io.IOException, ServletException { JspFactory _jspxFactory = null; PageContext pageContext = null; HttpSession session = null; ServletContext application = null; ServletConfig config = null; JspWriter out = null; Object page = this; JspWriter _jspx_out = null; PageContext _jspx_page_context = null;
本文用
菊子曰发布
本文探讨了JSP编译后的内部实现机制,重点介绍了如何将JSP转换为Java代码并自动生成内置对象实例的过程。此外,还展示了部分生成的Java代码片段。
1933

被折叠的 条评论
为什么被折叠?



