Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们都知道 JSP 被翻译成 servlet,但是当 jsp 被翻译成 servlet 时,它是像普通 servlet 一样扩展 HTTPServlet 还是扩展了其他一些类?
<%=this.getClass().getSuperclass()%><br /> <%=this.getClass().getSuperclass().getSuperclass()%>
印刷
class org.apache.jasper.runtime.HttpJspBase class javax.servlet.http.HttpServlet
在Tomcat7上给我