function promiseTimeout(promise, delay){ let timeout = new Promise(function(reslove, reject){ setTimeout(function(){ reject('超时啦~') } ...
確定! 回上一頁