当然Promise也可以逐一捕获异常,. fetchData('url1') .catch(error => console.log('error1:', error)) .then(data => { console.log('data1:', ...
確定! 回上一頁