js对象原型中可以调用原型的方法吗function People(name){this.name=name对象方法this.Introduce=function(){alert("My name is "+this.name)}}类方法Peopl2023-03-17JavaScript300