• input


    按钮:<input type="button" value="button按钮"><br><br>
    复选框:<input type="checkbox"><br><br>
    选色板:<input type="color">ie不支持<br><br>
    时间:<input type="date">火狐不支持<br><br>
    datetime:<input type="datetime">基于utc时区,存在兼容性问题<br><br>
    datetime:<input type="datetime-local">基于utc时区,显示年月日时分秒<br><br>
    week:<input type="week">多少年的第几周<br><br>
    time:<input type="time">小时<br><br>
    month:<input type="month">月份<br><br>
    emaill:<input type="email">
    <input type="submit">将两个配合使用,会提示缺少什么符号(qq邮箱)
    <br><br>
    file:<input type="file">文件提交,可以选择文件的路径<br><br>
    hidden:<input type="hidden">隐藏输入字段<br><br>
    image:<input type="image" value="hehe">定义图像作为按钮<br><br>
    number:<input type="number">number<br><br>
    password密码:<input type="password"><br><br>
    radio单选框:<input type="radio" name="sex">
    <input type="radio" name="sex">
    <br><br>
    range:<input type="range">数字控件,类似于声音的控制器<br><br>
    search:<input type="search">输入东西以后input框内会出现像x,用于搜索字符串的文本字段<br><br>
    tel:<input type="tel">用手机端点击这个input框时,会弹出键盘,但键盘上只会有数字<br><br>
    url:<input type="url">
    <input type="submit">
    将两个配合使用,会提示缺少什么(网址)
    <br><br>
    rest:<input type="rest" name="rest">重置按钮,清空所有内容<br><br>
  • 相关阅读:
    C# SocketUdpServer
    C# HttpHelper
    控制台禁止操作
    Modbus Com SerialPort
    postgresql 备份与恢复
    Firebird 表字段查询
    Postgresql 连接更新
    第 1 章 计算机组成与体系结构 1.1计算机系统组成
    系统架构设计师教程(第4版)
    阿里十年架构师用一张图告诉你什么是系统架构师
  • 原文地址:https://www.cnblogs.com/deng-00/p/7058425.html
Copyright © 2020-2023  润新知