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

📄 40e5401764cb001d1ac5b951665c3027

📁 用struts框架做的jsp通讯录
💻
字号:
<%@ page contentType="text/html; charset=GBK" %>

<html>
<head>
<title>Untitled Document</title>
<link rel="stylesheet" href="css.css">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>

<body bgcolor="#FFFFFF" text="#000000">
<h2 align="center">NewUser</h2>
<form method="post" action="add.do" name="form2" >
<table width="500" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr>
    <td width="69">Name</td>
    <td width="431">
      <input type="text" class=f2 name="name" size=15>
    </td>
  </tr>
  <tr>
    <td width="69">Phone</td>
    <td width="431"><input type="text" class=f2  name="phone" size=15>
</td>
  </tr>
  <tr>
    <td width="69">Age</td>
    <td width="431">
        <input type="text" class=f2  name="age" size=25>
      </td>
  </tr>
  <tr>
    <td width="69">Email</td>
    <td width="431">
        <input type="text" class=f2  name="email" size=25>
      </td>
  </tr>
  <tr>
    <td width="69">Address</td>
    <td width="431">
        <input type="text" class=f2  name="address" size=25>
      </td>
  </tr>
  <tr>
    <td width="69">&nbsp;</td>
    <td width="431">
      <table width="200" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td><input type="submit" class=f2  name="submit" value="Add"></td>
          <td><input type="reset" class=f2 value="Reset"></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</form>
</body>
</html>

⌨️ 快捷键说明

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