自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(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"&gt...

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关注的人

提示
确定要删除当前文章?
取消 删除