摘要: 原题目: <script> function Event() { this.event = [] // 用于存储注册的事件 } // 注册事件 Event.prototype.on = function(eventType, callBacks) { this.event.push({ eventT 阅读全文
posted @ 2020-04-22 11:58 yuliy 阅读(136) 评论(0) 推荐(0)