摘要: const PENDING = 'pending' const FULFILLED = 'fulfilled' const REJECTED = 'rejected' class MyPromise { constructor(executor) { // 捕获执行器错误 try { executo 阅读全文
posted @ 2021-11-11 17:27 庐陵猿客 阅读(75) 评论(0) 推荐(0)