組合Redux actions 如果不堅持一定得用`combineReducers` 的話, ... switch (action.type) { case POST_REQUEST: { const { data } = action; ...
確定! 回上一頁