function timeoutResolver(ms){ return new Promise((resolve, reject) => { setTimeout(function () { resolve(true); }, ms) }); }.
確定! 回上一頁