我們發現 createAction('increment')() 才返回最終的action物件。 ... function createAction(type) { return (payload) => { const action = { type, ...
確定! 回上一頁