呼叫store.dispatch函式派發action onClickIncrementButton(){ store.dispatch(Actions.increment(this.props.caption)) } onClickDecrementButton(){ ...
確定! 回上一頁