function student (){ prototype }
prototype在构造函数
里面是对象还是属性,一会儿说属性,一会儿说对象;
还是说prototype对象中有一个prototype属性
;
还有为什么叫student.prototype
这个东西是一个对象;
prototype指向student.prototype 那么prototype是可以理解引用
吗?
如果prototype是对象,那么对象prototype
能指向对象student.prototype
;
慕标5832272
相关分类