this.timeout = setTimeout(() => { console.log('一小時後要做的事');}, 1000 * 60 * 60);clearTimeout(this.timeOutProcessId);. setInterval要加上 ...
確定! 回上一頁