![240](https://cdn2.jianshu.io/assets/default_avatar/6-fd30f34c8641f6f32f5494df5d6b8f3c.jpg?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
IP属地:宁夏
1、EventEmitter来自events模块。调用的时候为: 2、所有能触发事件的对象都是 EventEmitter 类的实例。 自定义一个...
官网API地址:http://nodejs.cn/api/buffer.html 1、Buffer.alloc(size[, fill[, en...
调试相关官方文档:https://nodejs.org/en/docs/inspector/ 命令:node --inspect-brk 文件名
1、在common.js中,模块对外的输出的module.exports 2、exports是module.exports的快捷方式,modul...
api地址:http://nodejs.cn/api/path.html 1、path.normalize() path.normalize()...
1、__dirname、__filename总是返回文件的绝对路径,其中__dirname返回的是文件夹的绝对路径,__filename返回的是...