📄 selfpick.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%" align=center><%@ include file="SelfPickInfo.jsp" %></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -