import { fork } from 'redux-saga/effects' export default function* rootSaga() { // 下面的四個Generator 函式會一次執行,不會阻塞執行yield ...
確定! 回上一頁