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

若要在点击事件发生时同时阻止事件冒泡和默认行为,应调用什么方法?

AstopPropagation()
BpreventDefault()
CstopEvent()
Dboth()