参数说明
on(event, callback) event 事件名称 callback( 回调事件 ? 根据事件规定,参考事件列表 )
res.on("data", function(data){ console.log(data); });