-
过滤6666查看全部
-
arr.forEach(function(x,index,a){})查看全部
-
void查看全部
-
delete查看全部
-
,,,,,查看全部
-
属性标签看红宝书 回头7.1号前再看一遍查看全部
-
freeze —— ES5 冻结对象,不可写不可删不可改 defineproperties() —— 为对象批量添加属性,writable等均为false。查看全部
-
inherit first ,then expand subClass.查看全部
-
模块化。 模块化的目的是什么? 使用场景?好处?查看全部
-
defineProperty(ES5)查看全部
-
抽象类查看全部
-
链式调用查看全部
-
调用父类方法:Father.call(this,auguments);查看全部
-
模拟重载查看全部
-
Student.prototype = new Person(); 如果Person的构造函数带参,则无法使用。 最好的方式: Student.prototype = Object.create(Person.prototype);查看全部
举报
0/150
提交
取消