想的有点多

HTMLElement.prototype.AlertClick = function(){console.log(this)}
document.body.addEventListener("click",function(event){
        event.target.AlertClick();
},false)

代码碎片
157 声望4 粉丝

小呆码