(new Promise(function(resolve, reject) { setTimeout(function() { console.log("successfully resolving"); resolve(); }, 1000); ...
確定! 回上一頁