Promise 提供了一個函式,catch( )方法,專門用來處理拒絕(rejected) ... console.log(response); } ).catch( error => { console.log(error); } );.
確定! 回上一頁