2015年3月8日
摘要: util 是一个Node.js 核心模块,提供常用函数的集合,用于弥补核心JavaScript 的功能 过于精简的不足。util.inheritsutil.inherits(constructor, superConstructor)是一个实现对象间原型继承 的函数。JavaScript 的面向对象... 阅读全文
posted @ 2015-03-08 11:09 lansy 阅读(2155) 评论(0) 推荐(0)