摘要: // executor function(resolve, reject) { } );const PENDING = 'pending';const RESOLVED = 'resolved';const REJECTED = 'rejected';function MyPromise(execu 阅读全文
posted @ 2020-09-03 17:55 码农-编程小子 阅读(137) 评论(0) 推荐(0) 编辑