?? main.jsp
字號:
<%@ page contentType="text/html; charset=GBK"%>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>功能選擇</title>
<link href="css/mycss.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.STYLE1 {
font-size: 16px;
font-weight: bold;
}
-->
</style>
</head>
<body bgcolor="#CFE3CA" text="#004080">
<p>
</p>
<form name="form1" method="post" action="query_house.jsp">
<table width="33%" height="236" border="1" align="center" bordercolor="#004080" bgcolor="#cccccc">
<tr>
<th height="52" bordercolor="#004080" bgcolor="#cccccc">
<div align="center"><strong><font size="5">宿舍管理系統</font></strong></div> </th>
</tr>
<tr>
<td height="30">
<div align="center" class="STYLE1"><a href="query_house.jsp">查詢房間信息</a></div> </td>
</tr>
<tr>
<td height="34">
<div align="center" class="STYLE1"><a href="query_student.jsp">查詢學生信息</a></div> </td>
</tr>
<tr>
<td height="38">
<div align="center" class="STYLE1"><a href="addroom.jsp">房間信息錄入</a></div> </td>
</tr>
<tr>
<td height="41">
<div align="center" class="STYLE1"><a href="addstudent.jsp">學生信息錄入</a></div> </td>
</tr>
</table>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -