摘要: 1、执行结果 <script> async function asyncl(){ console. log('asyncl start'); await async2(); console. log('asyncl end'); } async function async2(){ console. 阅读全文
posted @ 2021-04-21 20:11 北冥智库 阅读(151) 评论(0) 推荐(0)