表单中:<form>:action(发送表单请求数据,访问路径)、method:get(将请求参数追加到路径后面例如:index.html?username=jack&password=1234&hobby=1&hobby=2,k=v ,k可以重复的)、post(请求参数无法查看,安全
请求数据大小不限制)
<input>:type(text、password、hidden、file、radio、checkbox、hidden、submit、date、botton、image、reset)、name、value、readonly、disabled、maxlength、size
<select>:<option>
<textArea>