多项选择题

A.$(’button’).onclick()
B.$(’button’).onclick(function(){})
C.$(’button’).on(’click’,function(){})
D.$("button").click(function(){})