会员
周边
捐助
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
林恒
博客园
首页
新随笔
联系
订阅
管理
2020年11月27日
如何封装Promise对象?
摘要: 最近看到了一个有趣的Promise的方法,这里记录下来 <script> class MyPromise { constructor(executor) { // 初始化state赋值为pending this.state = "pending"; // 定义成功的 值 this.value = u
阅读全文
posted @ 2020-11-27 17:39 林恒
阅读(381)
评论(0)
推荐(0)
编辑
公告