async用法1234async fn() {}const fn = async () => {}const fn = async function() {}let obj = { async fn() {} }