async function wow () { try { const a = await fetch('/a'); } catch (error) { // deal with non-ok fetch } }. 要這樣寫還不如用舊的 .then 來接 ...
確定! 回上一頁