- 请看这里
- input 标签的 form 属性也是类似的作用
- 补充一点:只有在设置了 button 标签的
type = "submit"
时,使用其 form 属性才有意义。除此之外,诸如 button 标签的formaction
(覆盖 form 标签的 action 属性)、formenctype
(覆盖 form 标签的 enctype 属性)、formmethod
(覆盖 form 标签的 method 属性)、formtarget
(覆盖 form 标签的 target 属性) 和formnovalidate
(覆盖 form 标签的 novalidate 属性,表明是否应执行客户端数据有效性检查) 属性也只有在设置了其type = "submit"
时才有意义
button标签的form属性(用于指定按钮关联的表单)
最新推荐文章于 2025-02-20 19:37:20 发布