摘要: const PENDING = 'pending' const FULFILLED = 'fulfilled' const REJECT = 'rejected'; class MyPromise { #state = PENDING #result = undefined #handler = [ 阅读全文
posted @ 2023-05-11 17:50 10后程序员劝退师 阅读(32) 评论(0) 推荐(0)