单项选择题

async function print(){ return 1;}print().then(e => console.log(e)); 输出()

A.1
B.报错
C.0
D.undefined