redux中發送異步請求獲取數據

mac 終端新建一個文件命令 touch 文件名.後綴 eg:touch list.jsonios axios.get('/api/todolist') .then((res) => { //成功 console.log(res) }) .catch(() => { //失敗 }
相關文章
相關標籤/搜索