-
ts的优势查看全部
-
介绍~~查看全部
-
TypeScript查看全部
-
TypeScript介绍查看全部
-
1.constructor(public name:string){console.log(name)} eat(){console.log(this.name)} 2.constructor(public name:string){console.log(name)}//此时的name不需要提前声明 constructor(name:string){console.log(name)} eat(){console.log(this.name)}//此时的this.name不能被调用,此时的name应该提前声明查看全部
-
public类的内部和外部都可以访问,private只能在类的内部可以访问,protected是受保护的,后续讲继承时和这个有关。查看全部
-
typeScript继承查看全部
-
为了ng2,学习一波查看全部
-
析构表达式 数组查看全部
-
析构表达式,从对象查看全部
-
Rest and spread: ... generator: * yield查看全部
-
generator比较复杂的 条件执行查看全部
-
generator 用*号定义 函数体中用yield 来断点 需要重新把函数给一个新的变量 来调用.next()查看全部
-
... 作为参数查看全部
-
... rest and spread操作符查看全部
举报
0/150
提交
取消