首页
Node.js核心模块手册
参数说明
on(event, callback)
event 事件名称 callback( 回调事件 ? 根据事件规定,参考事件列表 )
事件列表
事件
示例
描述
error
dc.on(
"error"
, function(){err});
捕获到错误