在此插入代码 function Cat(name) { this.name=name; } Cat.prototype.say=function(){ return 'Hello, '+this.name+'!'; }
Hello, 之后有个空格..
Sign in to make a reply
易建朕
Hello, 之后有个空格..