摘要: 1. async async的返回 async function testAsync () { return 'hello' } console.log(testAsync()) testAsync().then(res => { console.log(res) }) hello promise. 阅读全文
posted @ 2021-03-12 14:32 行屰 阅读(60) 评论(0) 推荐(0) 编辑