?? 0182.htm
字號:
<html>
<head>
<title>新時代軟件教程:操作系統 主頁制作 服務器 設計軟件 網絡技術 編程語言 文字編輯</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style>
<!--
body, table {font-size: 9pt; font-family: 宋體}
a {text-decoration:none}
a:hover {color: red;text-decoration:underline}
.1 {background-color: rgb(245,245,245)}
-->
</style>
</head>
<p align="center"><script src="../../1.js"></script></a>
<p align="center"><big><strong>include方法應用的例子</strong></big></p>
<div align="right">---摘自互聯網</div>
<br>welcome.jsp<br>
<%@ page errorPage="errorpage.jsp" %><br>
<br>
<html><br>
<head><br>
<title>Welcome to JSP</title><br>
</head><br>
<body><br>
<table width="100%"><br>
<tr><br>
<td><br>
<%@ include file="titlebar.jsp" %><br>
</td><br>
</tr><br>
<tr><br>
<td><br>
<%<br>
out.println("<center><b>This is the client area.</b></center>");<br>
%><br>
</td><br>
</tr><br>
</table><br>
</body><br>
</html><br>
<br>
titlebar.jsp<br>
<table><br>
<tr><br>
<td><br>
<img src="sams.gif"><br>
</td><br>
<td><br>
<%<br>
<br>
out.println("<b>Hello: " + request.getParameter("user") + "</b>");<br>
%><br>
</td><br>
</tr><br>
</table>
</table>
<p align="center"><script src="../../2.js"></script></a>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -