createStore () createStore(reducer, [initialState], enhancer) 创建一个Redux store 来以存放应用中所有的state。 应用中应有且仅有一个store。
確定! 回上一頁