📄 example5_5.jsp
字号:
<%@page contentType="text/html;charset=gb2312" %>
<html>
<body>
<font size="1">
<form action="byname.jsp" method="post">
<p>成绩查询
<p>输入姓名:
<input type="text" name="name">
<input type="submit" name="g" value="提交">
</form>
<form action="byscore.jsp" method="post">
<p>根据名单查询:<br> 英语分数在
<input type="text" name="englishmin" value="0">
和
<input type="text" name="englishmax" value="100">
之间
<br>数学分数在
<input type="text" name="mathmin" value="0">
和
<input type="text" name="mathmax" value="100">
之间
<br><input type="submit" value="提交">
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -