初學es6寫了個觀察者模式,請多指教!!!!

/** * Created by richard on 2017/7/19. */ console.log("------------observer觀察者模式-------------"); class Observer{ constructor(){ this.handle = [];//相關訂閱fn } addSubscribe(topic,fn)
相關文章
相關標籤/搜索