单项选择题

A.btn.click=function(){}
B.btn.onclick=function(){}
C.btn.addEventListener(’click’,function(){})
D.btn.on(’click’,function(){})