?? studentinfo.jsp
字號:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>學生信息</title>
</head>
<body bgcolor="#00FFFF">
<table width="93%" height="413" border="0">
<tr>
<td height="83" colspan="2"><%@ include file="Top.jsp" %> </td>
</tr>
<tr>
<td width="18%"><%@ include file="Left.jsp" %></td>
<td width="82%"><%@ include file="StudentInfoFile.jsp"%></td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -