一个简单的promise,在给定时间后执行 const timeOut = (t) => { return new Promise((resolve, reject) => { setTimeout(() => { resolve(`Completed ...
確定! 回上一頁