async 用来声明 async 函数

async function demo() {}
console.log(demo()); //Promise {: undefined} 一个promise对象