nodejs經常使用工具util

var util=require('util'); function Base(){     this.name='twt';     this.age='1989';     this.sayHello=function(){         console.log('hello'+this.name);     } } Base.prototype.showName=function(){  
相關文章
相關標籤/搜索