timer 模块开放了一个全局的API,用于安排函数在未来某个时间点被调用。 因为定时器函数是全局的,所以使用API 不需要调用 require('timers') 。 Node.js 中的定时 ...
確定! 回上一頁