var C = function(name) {this.name = name; return this;}; var obj1 = new C('Rebecca'); alterObjects(C, 'What\'s up'); obj1.greeting;
What's up
扫描二维码,关注牛客网
下载牛客APP,随时随地刷题