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