设计模式发布订阅模式发布订阅模式 维护一个 事件池,事件池中包含多个事件队列 (数组形式),
发布消息时为指定事件队列发布消息
class Subscribe {
constructor() {
this.event = {
2023-05-24