包孕指令

包含指令静态包含,先包含后处理%@include filefilePath/动态包含,先处理后包含jsp:include pagefi

包含指令

静态包含,先包含后处理
<%@include file="filePath"/>

动态包含,先处理后包含
<jsp:include page="filePath>
   <jsp:param name="" value=""/>
</jsp:include>