摘要: 事件委托(event delegation)是在DOM上层(也就是在触发事件的元素的父元素上)定义事件的处理程序,而不是定义在触发事件的元素本身上。 阅读全文
posted @ 2016-11-01 23:14 AlinaXia 阅读(363) 评论(0) 推荐(2)