Discuss / JavaScript / 有个空格有点坑啊。

有个空格有点坑啊。

Topic source

完美佩恩

#1 Created at ... [Delete] [Delete and Lock User]

function Cat(name) { this.name=name; }

Cat.prototype.say=function(){ return 'Hello, '+this.name+'!'; }


  • 1

Reply