摘要: /** * 单个事件类 */ export class Event { /** 回调函数 */ private callback: Function = null; /** 节点 */ private context: any = null; constructor(callback: Functi 阅读全文
posted @ 2020-10-22 10:12 稻盛信徒 阅读(503) 评论(0) 推荐(0)