摘要: export class EventCenter { /** 监听数组 */ private listeners = {}; /** * 注册事件 * @param name 事件名称 * @param callback 回调函数 * @param context 上下文 */ public reg 阅读全文
posted @ 2019-03-29 17:53 苍鼠 阅读(1734) 评论(0) 推荐(0) 编辑