gpt4 book ai didi

javascript - 单击

转载 作者:IT王子 更新时间:2023-10-29 03:08:27 25 4
gpt4 key购买 nike

<button> 时的标准行为是什么?在表单中单击元素?它会提交表单吗?

问题是关于标签/元素的<button> , 不是 <input type=button> .

最佳答案

如果按钮在表单内,则默认行为是提交。

如果按钮不在表单中,它什么都不做。

但请注意!

Always specify the type attribute for the button. The default type for Internet Explorer is "button", while in other browsers (and in the W3C specification) it is "submit".

取自http://www.w3schools.com/tags/tag_button.asp

关于javascript - 单击 <button> 元素时的标准行为是什么?它会提交表格吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4667979/

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