单项选择题

async function f() { return await 123;}f().then(v => console.log(v))打印结果是()

A.123
B.undefined
C.空
D.报错