摘要: Untitled Document Untitled Document 阅读全文
posted @ 2017-05-19 19:05 无天666 阅读(277) 评论(0) 推荐(0)
摘要: Untitled Document Untitled Document Untitled Document ... 阅读全文
posted @ 2017-05-19 17:05 无天666 阅读(886) 评论(0) 推荐(0)
摘要: 子类通过prototype访问父类原型对象的属性、方法。 子类通过call访问父类实例对象的属性、方法。不加call方法,访问不到父类实例对象的属性、方法。 父类和对象以静态方式加的属性、方法,子类对象访问不到。 阅读全文
posted @ 2017-05-19 13:45 无天666 阅读(352) 评论(0) 推荐(0)