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.
我制作了一个带有文本字段的表单,我希望按 F5 键后表单中的数据应该清除。
通过重新加载,这正在发生。
任何建议......
F5 受浏览器控制,因此您无能为力。但是您可以在表单上放置一个重置按钮。
使用autocomplete="off"属性。另请参阅如何在 MDN上关闭表单自动完成功能。
autocomplete="off"