摘要:
a 阅读全文
posted @ 2018-10-15 10:26
theLife
阅读(85)
评论(0)
推荐(0)
摘要:
A 阅读全文
posted @ 2018-10-15 00:50
theLife
阅读(78)
评论(0)
推荐(0)
摘要:
一:事件的绑定: 1.TYPE = function(){} 优点:兼容性好。 缺点:过于古老,只能绑定一个函数 var a = document.getElementById('div'); a.onclick = function(){}; 2.eventTarget.addEventListe 阅读全文
posted @ 2018-10-15 00:50
theLife
阅读(94)
评论(0)
推荐(0)