gpt4 book ai didi

html - 复选框输入是否仅在选中后才发布数据?

转载 作者:IT老高 更新时间:2023-10-28 11:08:35 26 4
gpt4 key购买 nike

如果在提交表单时选中复选框输入值数据,浏览器是否是标准行为?

如果没有提供值数据,默认值是否总是“on”?

假设以上是正确的,所有浏览器的这种行为是否一致?

最佳答案

是的,标准行为是仅在选中复选框时才发送值。这通常意味着您需要有一种方法来记住您期望在服务器端使用哪些复选框,因为并非所有数据都来自表单。

默认值始终为“on”,这应该在浏览器之间保持一致。

这在 W3C HTML 4 recommendation 中有介绍:

Checkboxes (and radio buttons) are on/off switches that may be toggled by the user. A switch is "on" when the control element's checked attribute is set. When a form is submitted, only "on" checkbox controls can become successful.

关于html - 复选框输入是否仅在选中后才发布数据?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11424037/

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