The <jsp:include> tag is used to insert the output content of another resource into the current JSP page Among the output content, this introduction method when the JSP page is executed is called dynamic introduction.
Syntax:
<jsp:include page="relativeURL | <%=expression%>" flush="true|false" />
The page attribute is used to specify the relative path of the imported resource, which can also be obtained by executing an expression.
The flush attribute specifies whether to flush the output content of the current JSP page to the client first when inserting the output content of other resources.
Statement:
All resources on this website are contributed and published by netizens, or reprinted by major download sites. Please check the integrity of the software yourself! All resources on this website are for learning and reference only. Please do not use them for commercial purposes, otherwise you will be responsible for all consequences incurred! If there is any infringement, please contact us to delete and remove it. Contact information: admin@php.cn