ES6 promises have a handy .catch() helper function for handling rejections. new Promise((_, reject) => reject(new Error ...
確定! 回上一頁