摘要:
普通事件可以直接绑定 比如document.onmouseover=fn; 或者document.addEventListener("mouseover",fn,flase); attachEvent("onmouseover",fn); 但是DOM事件只能用addEventListener 来绑定 阅读全文
posted @ 2018-09-08 21:35
帅哥天下9
阅读(517)
评论(0)
推荐(0)
我是一条有梦想的咸鱼