js 事件委托

xiaoxiao2021-02-28  90

ul.onclick=function(ev){ var e= ev || window.event; var target = e.srcElement || e.target; e.cancelBubble = true; e.stopPropagation(); if(target){ if(target.className){ console.log(target.className ); } } };
转载请注明原文地址: https://www.6miu.com/read-71741.html

最新回复(0)