单项选择题
A.event.stop() B.event.preventDeafult() C.event.stopPropagation() D.event.prevent()
A.btn.click=function(){} B.btn.onclick=function(){} C.btn.addEventListener(’click’,function(){}) D.btn.on(’click’,function(){})
A.应用复杂 B.需要长期维护 C.对性能要求苛刻 D.短期项目