Promise 是一個表示非同步運算的最終完成或失敗的物件。 ... const wait = ms => new Promise(resolve => setTimeout(resolve, ms)); ...
確定! 回上一頁