你是想说明事件委托么? 事件委托 dom.addEventListener('click',function(){ console.log('点击事件') }) 你说的委托点击?,是指点击A触发B的事件么?
事件委托
你说的委托点击?,是指点击A触发B的事件么?