jspinclude.jsp

来自「JSP2.0实用教程实例源码」· JSP 代码 · 共 24 行

JSP
24
字号
<%@ page contentType="text/html;charset=GBK"%>
<html>
<body bgcolor="#ffffff">
<%@ include file="header1.html"%>

<jsp:include page="Menu.jsp" flush="true">
    <jsp:param name="selected" value="volunteer"/>
</jsp:include>
<p>
<h1>志愿者之家</h1>
<p>
<i>What in the world is a Zither?</i>
<br>
A zither is a stringed instrument that has between 30 and 40 strings.
<p>
<i>How do you expect to earn money if all you sell is zithers?</i>
<br>
We don't. This business is a tax write-off for our highly successful
Amalgamated Golf Tees, Inc.

</body>
</html>

⌨️ 快捷键说明

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