go

对象和比较

英文: Objects and comparing 问题 以下是代码的翻译部分: function Person(name, occupation, pay) { this.name = name; ...