1. There are two ways to insert the specified page method to the JSP page:
JSP command <% @ include%>
JSP action
2. A.jsp code is as follows:
huanghui
<% @ include file = "b.jsp"%>
html>
3. B.jsp code is as follows:
hello html>