⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 example5_5.jsp

📁 JSP效果信息 各位请下载查看 比较不错的
💻 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 + -