手机信息的增加 <%@ page language="java" import="java.util.*" pageEncoding="gbk"%> <html> <head> <title>添加</title> </head> <body> <div align="center"> <h1> 添加手机信息 </h1> <form action="addphoneAction.jsp" method="post"> <table border="1"> <tr> <th> 类型: </th> <td> <input type="text" name="type"> </td> </tr> <tr> <th> 品牌: </th> <td> <input type="text" name="brand"> </td> </tr> <tr> <th> 公司: </th> <td> <input type="text" name="company"> </td> </tr> <tr> <th> 备注: </th> <td> <input type="text" name="introduction"> </td> </tr> </table> <input type="submit" value="添加"> <input type="reset"> </form> </div> </body> </html>
- 粉丝: 1
- 资源: 2
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助