摘要:
var Event = { _listeners: {}, // 添加 addEvent: function (type, fn) { if(typeof this._listeners[type] === 'undefined') { this._listeners[type] = []; } i... 阅读全文
posted @ 2017-01-20 23:11
Asina
阅读(247)
评论(0)
推荐(0)
浙公网安备 33010602011771号