标签 > 标签文章:#继承# (共有1文章) [NodeJS]Util.inherits,原型继承 //引入util模块varutil=require('util');//定义函数BasefunctionBase(){ //定义全局变量name和year this.name='Nemo'; this.year=2016; //定义了一个私有的sayHello方法...... 2,482 0 2016-06-17 00:06