input的23中类型和应用场景?

text 定义单行文本输入框

password 定义密码输入框

file 定义文件上传控件

radio 定义单选按钮

checkbox 定义复选框

hidden 定义隐藏的输入字段

button 定义按钮

image 定义图像形式的提交按钮

reset 定义重置按钮,重置按钮会清除表单中的所有数据

submit 定义提交按钮,提交按钮会把表单数据发送到服务器

color 定义调色板

tel 定义包含电话号码的输入域

email 定义包含email地址的输入域

url 定义包含URL地址的输入域

search 定义搜索域

number 定义包含数值的输入域

range 定义包含一定范围内数字值的输入域

date 定义选取日、月、年的输入域

month 定义选取月、年的输入域

week 定义选取周、年的输入域

time 定义选取月、年的输入域

datetime 定义选取时间、日 月、年的输入域(UTC时间)

datetime-local 定义选取时间、日 月、年的输入域(本地时间)

你可能感兴趣的:(前端,服务器,javascript)