ES7 的async function 完成我們對非同步程式的想像。 ... async arrow function const fun = async () => { const a = await Promise.resolve() ...
確定! 回上一頁