const store = createStore(rootReducer). render( ... 代码中,我们将reducer 传入Redux 提供的 createStore 函数中,它返回了一个 store 对象。
確定! 回上一頁