AggregateError 主要用于操作报告多个错误被抛出的场景,语法格式如下: ... ]).catch(e => { console.log(e instanceof AggregateError); // true ...
確定! 回上一頁