2014年7月22日
摘要: 1 /** 2 * 事件绑定 3 */ 4 function bindEvent(target, noOnEventName, handler, useCapture) { 5 useCapture = useCapture || false; 6 7 if (window.addEventList 阅读全文
posted @ 2014-07-22 13:40 Darex 阅读(228) 评论(0) 推荐(0)