名为 main.jsp 的示例 JSP 文件:
<jsp:include page="./main.jsp" /> // 错误:尝试包含包含的文件 ...
注意: 这种自包含会导致无限递归,因此无法编译 JSP 文件。