function timeoutPromise(promise, ms){ var timeout = new Promise(function(resolve,reject){ setTimeout(function(){ reject(
確定! 回上一頁