includedirectivetest.jsp

来自「java2 primer plus一书源程序」· JSP 代码 · 共 13 行

JSP
13
字号
<html>
<head>
<title>Include Directive Test</title>
<body>
<h2>Include Directive Test</h2>
This is the header
<%@ include file="includes/IncludeDirectiveHeader.jsp" %>
This is the body of the page.
<br>
This is the footer
<%@ include file="includes/IncludeDirectiveFooter.jsp" %>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?