Promise.prototype.catch()方法是Promise.prototype.then(undefined, ... new Promise(function (resolve, reject) { reject(new Error('error')); }); ...
確定! 回上一頁