摘要: const createStore = (reducer)=>{ let state = {};//默认的state对象 let lists = [];//存贮订阅事件 let actiontypes = "@@init" //默认的type let initaction = { type :act... 阅读全文
posted @ 2019-04-13 21:22 举个栗子! 阅读(410) 评论(0) 推荐(0)