问答题789/1530【Promise第31题】下面代码的输出是什么?

1async function fn () { 2 // return await 1234 3 // 等同于 4 return 123 5} 6fn().then(res => console.log(res))
难度:
2022-01-09 创建

赞赏支持

预览

题库维护不易,您的支持就是我们最大的动力!