1. 程式人生 > >input類型

input類型

是我 數字 密碼框 file submit 密碼 range email 類型

由於我們學習一個新的知識,而以前的都差不多忘完了,下面來復習我們以前學習的input的類型:

button 點擊的按鈕 date 年/月/日

CheckBox 復選框 datetime 年/月/日/時/分/秒,幾分之一秒,基於UTC時區

color 拾色器 datetime-local 本地的時間

submit 提交按鈕 week 年/周

email e-mail地址的字段 time 時間

hidden 隱藏字段 month 年/月

file 文件選擇字段和“瀏覽”按鈕,供文件上傳

number 輸入數字的字段

password 密碼框 radio 單選按鈕

image 圖像作為提交按鈕

range 數字控件,聲音條形框

search 搜索字符串的文本字段

tel 輸入電話號碼的字段

reset 重置,清空

text 文本

以上就是我們差不多的input類型。

input類型