async function fn () { // return await 1234 // 等同于 return 123 } fn().then(res => console.log(res))
答案已隐藏,点击"查看答案"按钮查看参考答案