js发布订阅与观察者模式 //保存状态,状态变化,触发所有观察者 发布订阅类 class Subject { constructor() { this.state = { select: '首页' } //... 譬如朝露/ JAVASCRIPT/ 2021-05-26/ 0 评论/ 718 阅读