首页题库练习题目详情
Web程序设计单选题中等

在JavaScript中,通常使用哪个函数来阻止表单提交?

0{ "key": "A", "text": "preventDefault()" }
1{ "key": "B", "text": "stopPropagation()" }
2{ "key": "C", "text": "return false" }
3{ "key": "D", "text": "all of the above" }