let { createStore, bindActionCreators } = self.Redux //默认state let todoList = [] // reducer let todoReducer = function (state = todoList, action) { switch ...
確定! 回上一頁