会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
遇见更好的自己
博客园
首页
新随笔
联系
订阅
管理
2022年4月27日
JS async/await 不能阻塞返回 非Promise对象 测试
摘要: JS async/await 不能阻塞返回 非Promise对象 测试代码1 async function fn1(){ console.log(1); await pr1(); await pr2(); console.log(2); }; function fn2(){ console.log(
阅读全文
posted @ 2022-04-27 16:01 STR少寒
阅读(163)
评论(0)
推荐(0)
编辑
公告