JSP命令<%@ include%>JSP动作<jsp:include />
<html>huanghui<%@ include file="b.jsp"%><jsp:include page="b.jsp" flush="true"/></html>
<html>hello</html>