form表单中的input有哪些类型

form表单中的input有哪些类型

 

1、button

    <input type="button"/>

 

2、checkbox

     <input type="checkbox"/>

 

3、file

     <input type="file"/>

 

4、hidden

    <input type="hidden"/>

 

5、image

    <input type="image"/>

 

6、password

    <input type="password"/>

 

7、radio

    <input type="radio"/>

 

8、reset

    <input type="reset"/>

 

9、submit

     <input type="submit"/>

 

10、text

      <input type="text"/>

再分享一下我老师大神的人工智能教程吧。零基础!通俗易懂!风趣幽默!还带黄段子!希望你也加入到我们人工智能的队伍中来!https://blog.csdn.net/jiangjunshow

猜你喜欢

转载自www.cnblogs.com/odejsjhshw/p/10382970.html