会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
lwming
博客园
首页
新随笔
联系
管理
订阅
2019年9月11日
async/await 使用
摘要: 1.在函数之间加上async意味着:函数将返回一个Promise 不断的使用then()链式操作: 2.await的基本语法 函数执行将会在 let result = await promise 这一行暂停,直到Promise返回结果,因此上述代码将会2秒后打印出done! 再看: 调用testRe
阅读全文
posted @ 2019-09-11 00:39 lwming
阅读(657)
评论(0)
推荐(0)
编辑
公告