摘要: util是一个Node.js的核心工具模块,提供常用的函数,用于弥补核心JavaScript提供的函数过于精简的问题。 util.inherits uitl.inherits(constructor,superConstructor)是一个实现对象间圆形继承的函数。JavaScript的面相对象特性 阅读全文
posted @ 2017-02-19 10:24 wolfy 阅读(351) 评论(0) 推荐(0)