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

📄 index.htm

📁 jsp基础模块的学习
💻 HTM
字号:
<%@ 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>
<style type="text/css">
<!--
.style4 {font-size: x-large}
body {
	background-color: #FFFF66;
}
-->
</style></head>

<body>
<table width="960" height="446">
  <tr>
    <th colspan="3" scope="row"><span class="style4">实用JSP入门范例教程-表单范例</span></th>
  </tr>
  <tr>
    <th width="352" scope="row"><div align="right"><a href="ch2-1.htm">ch2-1.htm ch2-1.jsp</a> </div></th>
    <td width="61">&nbsp;</td>
    <td width="525">最基本的表单应用</td>
  </tr>
  <tr>
    <th scope="row"><div align="right"><a href="ch2-2.htm">ch2-2.htm ch2-2.jsp</a> </div></th>
    <td>&nbsp;</td>
    <td>表单输入规范控制初步(用户名非空,两次密码一致)</td>
  </tr>
  <tr>
    <th scope="row"><div align="right"><a href="ch2-21.htm">ch2-21.htm ch2-21.jsp </a></div></th>
    <td>&nbsp;</td>
    <td>表单输入规范控制(密码长度控制,E-mail格式控制)</td>
  </tr>
  <tr>
    <th scope="row"><div align="right"><a href="ch2-22.htm">ch2-22.htm ch2-22.jsp</a></div></th>
    <td>&nbsp;</td>
    <td>比较完备的用户注册表单,显示输出使用表格方式。</td>
  </tr>
  <tr>
    <th scope="row"><div align="right"><a href="ch2-3.htm">ch2-3.htm ch2-3.jsp</a> </div></th>
    <td>&nbsp;</td>
    <td>两个数的加减乘除-使用JSP处理数据计算</td>
  </tr>
  <tr>
    <th scope="row"><div align="right"><a href="ch2-31.htm">ch2-31.htm ch2-31.jsp</a></div></th>
    <td>&nbsp;</td>
    <td>简易计算器-使用JSP处理数据计算</td>
  </tr>
  <tr>
    <th scope="row"><div align="right"><a href="ch2-32.htm">ch2-32.htm ch2-32.jsp</a></div></th>
    <td>&nbsp;</td>
    <td>问卷调查统计和简易计数器</td>
  </tr>
  <tr>
    <th scope="row"><div align="right"><a href="ch2-33.htm">ch2-33.htm ch2-33.jsp</a></div></th>
    <td>&nbsp;</td>
    <td>判断是否为闰年</td>
  </tr>
  <tr>
    <th scope="row"><div align="right"><a href="ch2-34.htm">ch2-34.htm ch2-34.jsp</a></div></th>
    <td>&nbsp;</td>
    <td>测试体重是否符合标准</td>
  </tr>
  <tr>
    <th scope="row"><div align="right"><a href="ch2-4.htm">ch2-4.htm ch2-41.htm …</a></div></th>
    <td>&nbsp;</td>
    <td>注册、登录等表单的综合使用</td>
  </tr>
  <tr>
    <th scope="row"><div align="right"><a href="SessionTest.jsp">SessionTest.jsp</a></div></th>
    <td>&nbsp;</td>
    <td>网上考试</td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -