async function myFirstAsyncFunction() { try { const fulfilledValue = await promise; } catch (rejectedValue) { // … } } 如果在函數定義之前使用了 ...
確定! 回上一頁