比如http请求里设置了
req.on('error',function(e) { console.error('problem with request: ' + e.message); });
关注了 error 事件,
现在我想不再关注这个事件,应该怎么做?
回复 (2)
参与回复
登录后即可参与回复。登录
比如http请求里设置了
req.on('error',function(e) { console.error('problem with request: ' + e.message); });
关注了 error 事件,
现在我想不再关注这个事件,应该怎么做?