构造函数模式 var host = new FamilyMember('Ourai', 18);console.log(host.introduce()); // "My name is Ourai. I'm 18 years old."console.log(hostess.introduce()); // "My name is Julia. I'm 17 years old."console.log(host === hostess); // false