Student.prototype=new Person() 輸出結(jié)果
老師您好:Student.prototype=new Person() 我的輸出結(jié)果為什么是Object {};Person.prototype=new Person()的輸出結(jié)果是Person {}
老師您好:Student.prototype=new Person() 我的輸出結(jié)果為什么是Object {};Person.prototype=new Person()的輸出結(jié)果是Person {}
2015-07-23
舉報
2017-05-10
因為 new Person()的結(jié)果是object
2016-04-30
Student.prototype=new Person();????????????Person{}
Student.prototype=new Student();????????Student{}
2015-12-16
和法規(guī)和國服