JavaScript 原型链 引入 为什么要原型对象 function Person(name, age) { this.name = name; this.age = age; this.info = function () { console.log(na