• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录

Yancy00

  • 博客园
  • 联系
  • 订阅
  • 管理

公告

View Post

表单-隐藏域

<form action="#">
        <!-- 隐藏域: 用户不可见的一个输入区域,提交表单时携带一些额外的附加验证数据 -->
        <input type="hidden" name="tag" value="123"><br>

        姓名:<input type="text" value="hello" maxlength="6" name="name"> <br>
        密码:<input type="password" value="123" maxlength="6" name="pwd">
        <br>

        性别:
        <input type="radio" name="sex" value="male">男
        <input type="radio" name="sex" value="female" checked>女
        <br>

        爱好:
        <input type="checkbox" name="hobby" value="smoke">抽烟
        <input type="checkbox" name="hobby" value="drink">喝酒
        <input type="checkbox" name="hobby" value="spore">烫头
        <br>

        籍贯:
        <select name="city" id="">
            <option value="guangdong">广东</option>
            <option value="shenzhen">深圳</option>
            <option value="beijing">北京</option>
        </select>
        <br>
        <!-- 隐藏域 -->
        <input type="hidden" name="tag" value="123"><br>

        <button>确认</button>
        <button>重置</button>
        <button>检测账户是否被注册</button>

    </form>

image

posted on 2024-05-01 07:15  Yancy00  阅读(17)  评论(0)    收藏  举报

刷新页面返回顶部
 
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3