判断题

async function f(){return’hello world’;}f().then(v=>console.log(v))//输出"hello world"。

【参考答案】

正确