会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
疾风_剑豪
博客园
首页
新随笔
管理
2022年8月11日
手撕一个营养不良的Promise
摘要: function Promise(executor){ // 传进来的是个函数哦 let _this = this; this.state = PENDING; // 初始状态 this.value = undefined; // 初始化 //成功结果 this.reason = undefined
阅读全文
posted @ 2022-08-11 10:44 疾风_剑豪
阅读(14)
评论(0)
推荐(0)
编辑