- 博客(5)
- 收藏
- 关注
原创 edit.html
<h3>edit.html 修改用户信息网页</h3> <form> 用户名 <input type="text" id="u_names"><br> 电话 <input type="text" id="u_phone"><br> 是否会员<input type="text" id="u_member">...
2022-04-08 09:58:32 959
原创 reg.html
<h3>普通用户注册</h3> <!-- 创建标签 --> <form> 用户名称:<input type="text" value="" id="u_names" placeholder="请输入用户名"><br> <span id="msg" style="color: red;"></span><br> ...
2022-04-08 09:57:41 773
原创 新用户注册及判断手机号是否重复
<h3>普通用户注册</h3> <!-- 创建标签 --> <form> 用户名称:<input type="text" value="" id="u_names" placeholder="请输入用户名"><br> <span id="msg" style="color: red;"></span><br> ...
2022-04-07 14:57:00 632
原创 main.html 管理员首页及删除用户
<h1>main.html 管理员首页</h1> <!-- 创建表格 --> <table border="1" width="80%" bgcolor="paleturquoise"> <thead> <tr> <td>用户编号</td> <td>用户名称</td>...
2022-04-06 20:01:17 1412
原创 HTML 管理员登陆小功能 连接数据库
<h3>后台管理员登录</h3> <form> 管理员名称:<input type="text" value="" id="aname" /><br /> 管理员密码:<input type="password" value="" id="apwd" /><br /> <span id="tip" style="color: red...
2022-04-06 19:56:52 3111
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人