return ({ dispatch, getState }) => next => action => { if (typeof action === 'function') { return action(dispatch, getState, ...
確定! 回上一頁