题目输出是什么
const arr = [1, 2, 3]
async function wait(time) {
return new Promise((res, rej) => {
setTimeout(
2023-05-10