在這個 async function 中,因為 setTimeout(() => alert('timeout'), 0); 是macrotask 優先度比 await f(); 是macrotask 的優先度低( async function f() ...
確定! 回上一頁