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.
所以我正在开发一个 Chrome 扩展程序,我想做的是有一个事件处理程序,用于当用户在任何表单上执行操作时。
所以想象一下我不知道表单的名称,但我想拥有它,所以当用户提交表单时,一个动作就完成了。
这将如何完成?
我只会处理onsubmit页面上的每个表单。遍历所有表单,将您的函数设置为处理程序。
onsubmit
document.getElementsByTagName('form')