includeactiontest.jsp

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

JSP
11
字号
<html>
<head>
<title>Include Action Test</title>
<body>
<h2>Include Action Test</h2>
This is before the included page.
<jsp:include page='includes/IncludedPage1.jsp' />
This is after the included page.
<br>
</body>
</html>

⌨️ 快捷键说明

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