为了账号安全,请及时绑定邮箱和手机立即绑定

为什么必须要写type="button"呢?

为什么必须要写type="button"呢?  不写效果也可以实现的,为什么一定要写呢?

正在回答

2 回答

ie浏览器默认:<button type="button"></button>

其他浏览器默认:<button type="submit"></button>

所以,请始终为按钮规定 type 属性。

1 回复 有任何疑惑可以回复我~

HTML <button> 标签的 type 属性

定义和用法

type 属性规定按钮的类型。

提示:请始终为按钮规定 type 属性。Internet Explorer 的默认类型是 "button",而其他浏览器中(包括 W3C 规范)的默认值是 "submit"。

语法

<button type="value">

属性值

描述

submit    该按钮是提交按钮(除了 Internet Explorer,该值是其他浏览器的默认值)。    

button    该按钮是可点击的按钮(Internet Explorer 的默认值)。    

reset    该按钮是重置按钮(清除表单数据)。    


4 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

为什么必须要写type="button"呢?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信