📄 inquire_gk.jsp
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>
<body>
<table width="100%" border="1">
<tr>
<td bgcolor="#00CCFF"><div align="center">
<h1>查询学生高考成绩</h1>
</div></td>
</tr>
<tr>
<td><form method="post" action="deal_inquire_Gk.jsp">
<center>
<pre>
学号: <input type="text" name="stuUnifiedNo" size=30><br>
高考准考证号: <input type="text" name="highExamNo" size=30><br>
输入考试<select name="courseName" style="width"50" size="1">
<option value="chinese" selected > 语文 </option>
<option value="maths" >数学 </option>
<option value="english" > 英语 </option>
<option value="like" >理科综合</option>
<option value="wenke">文科综合</option>
</select> <br>
<input type="submit" name="submit" value="提交"><br>
</pre>
</center>
</form> </td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -