axios.get('/ user / 12345') .catch(function(error){ ... 使用狀態代碼進行響應//落在2xx的範圍之外console.log(error.response.data); ...
確定! 回上一頁