首页 > 其他 > 详细

form表单中的input有哪些类型

时间:2015-04-07 00:44:13      阅读:239      评论:0      收藏:0      [点我收藏+]

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"/>

form表单中的input有哪些类型

原文:http://blog.csdn.net/you23hai45/article/details/44907861

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!