var p1 = new Promise(function(resolve, reject){ resolve(1);})setTimeout(function(){ console.log("will be executed at the top of the next ...
確定! 回上一頁