原型模式 var hostess = new FamilyMember('Julia', 17);console.log(host.introduce()); // "My name is Ourai. I'm 18 years old."console.log(host === hostess); // falseconsole.log(host.introduce === hostess.introduce); // true