gpt4 book ai didi

javascript - 我应该为我的按钮元素指定类型 ="button"是否有任何可能的原因?

转载 作者:搜寻专家 更新时间:2023-10-31 22:03:21 25 4
gpt4 key购买 nike

我有我的团队开发的代码:

<button id="createLink" class="blue" type="button" title="Create Text"></button>

有人可以给我一些建议吗?我的小组成员正在指定 type="button"的措辞。如果这已经是一个按钮那么为什么需要它?

最佳答案

默认情况下,一个 <button>元素是 type="submit" , 不是 type="button" .

参见 the specification :

<表类="s-表"><头>关键词状态简要说明<正文>提交提交按钮提交表单。重置重置按钮重置表单。按钮按钮什么都不做。

The missing value default and invalid value default are theSubmit Button state.

If the type attribute is in the Submit Button state, the element isspecifically a submit button.

… 或 previous specification :

type = submit|button|reset [CI]
This attribute declares the type ofthe button. Possible values:
submit: Creates a submit button. This isthe default value.
reset: Creates a reset button.
button: Creates apush button.

关于javascript - 我应该为我的按钮元素指定类型 ="button"是否有任何可能的原因?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12366845/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com