初学es6写了个观察者模式,请多指教!!!!

/** * Created by richard on 2017/7/19. */ console.log("------------observer观察者模式-------------"); class Observer{ constructor(){ this.handle = [];//相关订阅fn } addSubscribe(topic,fn)
相关文章
相关标签/搜索