摘要: attachEvent方法,为某一事件附加其它的处理事件。(不支持Mozilla系列)addEventListener方法 用于 Mozilla系列document.getElementById("btn").onclick = method1;document.getElementById("bt 阅读全文
posted @ 2019-01-24 11:34 LeoX的爬坑笔记 阅读(214) 评论(0) 推荐(0) 编辑