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

在button中添加 type="button"和不添加中有什么区别呢

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<button>点击我</button> <!--这个地方没添加type="button"-->
</body>
</html>


<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<button type="button">Click Me!</button>
</body>
</html>


正在回答

3 回答

#1

qq_王允_03153589 提问者

非常感谢!
2016-04-17 回复 有任何疑惑可以回复我~
#2

慕工程0424942

button type="button" 不是input type="button"
2017-01-05 回复 有任何疑惑可以回复我~

 在javascript  只有input=button 按钮才能用

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

qq_微笑向暖_8

input type=button
2016-04-17 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

在button中添加 type="button"和不添加中有什么区别呢

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