摘要: const PENDING = 'pending' const FULFILLED = 'fulfilled' const REJECTED = 'rejected' function Promise(executor) { var _this = this this.state = PENDING 阅读全文
posted @ 2021-07-01 17:26 Peter_Yang0942 阅读(70) 评论(0) 推荐(0) 编辑