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