首页 Node.js核心模块手册

参数说明


setTimeout(times, callback)
times           时间,单位毫秒ms
callback        可选,回调函数,可用事件timeout代替

注:socket.setTimeout(0) 取消定时