在此插入代码

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

我只想说Hello,后面的空格有点坑..

tengxun28

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

所以说复制代码比手动敲代码要少出错

那个"在此插入代码"的代码框怎么打出来

Living陶然

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

真的有空格啊,调的都要疯了才发现


  • 1

Reply