let promise = new Promise(function(resolve, reject) { // 執行非同步的setTimeout setTimeout(function(){ // 250ms 過後,將Promise 物件狀態改為 ...
確定! 回上一頁