1、async函数的基本用法 · async function f() { · // return await 'hello async'; · let s = await "hello async"; · let data = await s.split(''); · return data; · }.
確定! 回上一頁