摘要: 1、call 继承 类式(call)继承(一般类式继承是继承属性) 调用父类,通过call来改变this(把window改成子类)达到继承属性的目的。 function Person(name,age){ this.name = name; this.age = age; } function Co 阅读全文
posted @ 2018-11-03 20:55 Allisson-yan 阅读(607) 评论(0) 推荐(0) 编辑