@breakerthb
2016-07-11T06:43:58.000000Z
字数 393
阅读 1153
NodeJS
提供基本的系统操作函数。
http://www.runoob.com/nodejs/nodejs-os-module.html
提供了处理和转换文件路的工具。
http://www.runoob.com/nodejs/nodejs-path-module.html
用于底层的网络通信。提供了服务端和客户端的的操作。
http://www.runoob.com/nodejs/nodejs-net-module.html
用于解析域名。
http://www.runoob.com/nodejs/nodejs-dns-module.html
简化异步代码的异常处理,可以捕捉处理try catch无法捕捉的。