问答详情
源自:1-5 [JavaScript]类型检测

Student.prototype=new Person() 输出结果

老师您好:Student.prototype=new Person() 我的输出结果为什么是Object {};Person.prototype=new Person()的输出结果是Person {}

提问者:开心小萝卜 2015-07-23 09:21

个回答

  • 摘星fy
    2017-05-10 14:40:30

    因为 new Person()的结果是object

  • Down_Up
    2016-04-30 15:09:20

    Student.prototype=new Person();            Person{}

    Student.prototype=new Student();        Student{}

  • 库尔森
    2015-12-16 14:32:37

    和法规和国服