Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个我正在创建的表单,empty_value每个选项都有一个。我想要一个默认为该选项的重置按钮。典型的表单重置按钮只会重置为最近的 POST 请求。有没有办法访问它empty_value?
empty_value
不是最佳解决方案,因为它涉及页面重新加载,但为什么不让这个重置按钮重新加载页面(加载页面的 url,不带 post 参数)。这将为您提供一个包含所有空值的表单。