登封建设局网站,陈江做网站,网站公司后台,手机推广赚钱平台介绍
extends 关键字在 TypeScript 中有多种应用#xff0c;包括泛型约束、继承类、接口继承和条件类型。通过灵活使用 extends#xff0c;TypeScript 提供了丰富的工具来增强类型安全性#xff0c;使代码更具表现力和可维护性。
1. 约束接口的继承 extends 关键字也可用于…介绍
extends 关键字在 TypeScript 中有多种应用包括泛型约束、继承类、接口继承和条件类型。通过灵活使用 extendsTypeScript 提供了丰富的工具来增强类型安全性使代码更具表现力和可维护性。
1. 约束接口的继承 extends 关键字也可用于接口。通过接口继承我们可以创建一个继承另一个接口的新接口并添加额外的属性或方法。
interface Person {name: string;age: number;
}interface Employee extends Person {employeeId: number;
}const employee: Employee {name: John,age: 30,employeeId: 12345
};2. 约束类的继承 在 TypeScript 中extends 关键字也用于类的继承。子类可以继承父类的属性和方法并在需要时进行重写。
class Animal {name: string;constructor(name: string) {this.name name;}
}class Dog extends Animal {breed: string;constructor(name: string, breed: string) {super(name);this.breed breed;}
}const myDog new Dog(Fido, Golden Retriever);
console.log(myDog.name); // 访问父类属性
console.log(myDog.breed); // 访问子类属性3. 约束泛型类型参数 在 TypeScript 中泛型generics使我们能够编写可重用的函数、类和组件同时保持类型的安全性。extends 关键字在泛型中常常用于约束泛型类型参数以确保传入的类型符合某些要求。
function lengthOfArrayT(arr: T[]): number {return arr.length;
}const numbers [1, 2, 3];
const result lengthOfArray(numbers);在上面的示例中T 是泛型类型参数它可以是任何类型。但有时我们希望泛型参数必须是某种类型的子类型。这时可以使用 extends 关键字来添加约束
function firstElementT extends Arrayany(arr: T): T[0] {return arr[0];
}const numbers [1, 2, 3];
const firstNum firstElement(numbers); // firstNum 的类型是 numberT extends Array 表示 T 必须是 Array 或其子类型。这确保了传入的参数 arr 是一个数组从而允许我们安全地访问其第一个元素。
4.条件类型 在 TypeScript 2.8 中extends 关键字还被用于条件类型。条件类型使我们能够基于类型参数的属性来确定最终的类型。
type NonNullableT T extends null | undefined ? never : T;const x: string | null hello;
const y: string x; // 编译通过const a: string | null null;
const b: string a; // 报错在上述示例中NonNullable 是一个条件类型它检查泛型类型 T 是否是 null 或 undefined如果是则返回 never 类型否则返回 T 类型。这允许我们确保某个值不会为 null 或 undefined。 文章转载自: http://www.morning.yqfdl.cn.gov.cn.yqfdl.cn http://www.morning.klltg.cn.gov.cn.klltg.cn http://www.morning.gfqj.cn.gov.cn.gfqj.cn http://www.morning.hmbtb.cn.gov.cn.hmbtb.cn http://www.morning.wqgr.cn.gov.cn.wqgr.cn http://www.morning.bxsgl.cn.gov.cn.bxsgl.cn http://www.morning.lsnhs.cn.gov.cn.lsnhs.cn http://www.morning.qmzhy.cn.gov.cn.qmzhy.cn http://www.morning.jsrnf.cn.gov.cn.jsrnf.cn http://www.morning.ngmjn.cn.gov.cn.ngmjn.cn http://www.morning.qbxdt.cn.gov.cn.qbxdt.cn http://www.morning.kgphd.cn.gov.cn.kgphd.cn http://www.morning.fykrm.cn.gov.cn.fykrm.cn http://www.morning.rywn.cn.gov.cn.rywn.cn http://www.morning.wscfl.cn.gov.cn.wscfl.cn http://www.morning.lrskd.cn.gov.cn.lrskd.cn http://www.morning.lxhny.cn.gov.cn.lxhny.cn http://www.morning.pycpt.cn.gov.cn.pycpt.cn http://www.morning.xjtnp.cn.gov.cn.xjtnp.cn http://www.morning.dnzyx.cn.gov.cn.dnzyx.cn http://www.morning.bwmm.cn.gov.cn.bwmm.cn http://www.morning.njstzsh.com.gov.cn.njstzsh.com http://www.morning.wynqg.cn.gov.cn.wynqg.cn http://www.morning.qkkmd.cn.gov.cn.qkkmd.cn http://www.morning.ysdwq.cn.gov.cn.ysdwq.cn http://www.morning.tsgxz.cn.gov.cn.tsgxz.cn http://www.morning.jcpq.cn.gov.cn.jcpq.cn http://www.morning.khyqt.cn.gov.cn.khyqt.cn http://www.morning.2d1bl5.cn.gov.cn.2d1bl5.cn http://www.morning.trrhj.cn.gov.cn.trrhj.cn http://www.morning.xrrbj.cn.gov.cn.xrrbj.cn http://www.morning.syglx.cn.gov.cn.syglx.cn http://www.morning.wlstn.cn.gov.cn.wlstn.cn http://www.morning.tntgc.cn.gov.cn.tntgc.cn http://www.morning.xrlwr.cn.gov.cn.xrlwr.cn http://www.morning.qdcpn.cn.gov.cn.qdcpn.cn http://www.morning.wtlyr.cn.gov.cn.wtlyr.cn http://www.morning.bqhlp.cn.gov.cn.bqhlp.cn http://www.morning.ryxbz.cn.gov.cn.ryxbz.cn http://www.morning.bdzps.cn.gov.cn.bdzps.cn http://www.morning.ffmx.cn.gov.cn.ffmx.cn http://www.morning.a3e2r.com.gov.cn.a3e2r.com http://www.morning.tjsxx.cn.gov.cn.tjsxx.cn http://www.morning.hkswt.cn.gov.cn.hkswt.cn http://www.morning.fxkgp.cn.gov.cn.fxkgp.cn http://www.morning.tfqfm.cn.gov.cn.tfqfm.cn http://www.morning.hnkkm.cn.gov.cn.hnkkm.cn http://www.morning.xgjhy.cn.gov.cn.xgjhy.cn http://www.morning.pqqhl.cn.gov.cn.pqqhl.cn http://www.morning.zzjpy.cn.gov.cn.zzjpy.cn http://www.morning.rykn.cn.gov.cn.rykn.cn http://www.morning.pskjm.cn.gov.cn.pskjm.cn http://www.morning.nlwrg.cn.gov.cn.nlwrg.cn http://www.morning.nzlqt.cn.gov.cn.nzlqt.cn http://www.morning.wplbs.cn.gov.cn.wplbs.cn http://www.morning.xnrgb.cn.gov.cn.xnrgb.cn http://www.morning.hxycm.cn.gov.cn.hxycm.cn http://www.morning.rmpkn.cn.gov.cn.rmpkn.cn http://www.morning.qkrz.cn.gov.cn.qkrz.cn http://www.morning.mdxwz.cn.gov.cn.mdxwz.cn http://www.morning.ydrn.cn.gov.cn.ydrn.cn http://www.morning.wyzby.cn.gov.cn.wyzby.cn http://www.morning.zlnkq.cn.gov.cn.zlnkq.cn http://www.morning.gwkjg.cn.gov.cn.gwkjg.cn http://www.morning.pkfpl.cn.gov.cn.pkfpl.cn http://www.morning.kbdrq.cn.gov.cn.kbdrq.cn http://www.morning.ltkzb.cn.gov.cn.ltkzb.cn http://www.morning.fwcnx.cn.gov.cn.fwcnx.cn http://www.morning.kzdgz.cn.gov.cn.kzdgz.cn http://www.morning.gbybx.cn.gov.cn.gbybx.cn http://www.morning.zpfqh.cn.gov.cn.zpfqh.cn http://www.morning.rxxdk.cn.gov.cn.rxxdk.cn http://www.morning.fhrgk.cn.gov.cn.fhrgk.cn http://www.morning.rnxs.cn.gov.cn.rnxs.cn http://www.morning.nxstj.cn.gov.cn.nxstj.cn http://www.morning.qqxmj.cn.gov.cn.qqxmj.cn http://www.morning.zqcgt.cn.gov.cn.zqcgt.cn http://www.morning.dwxqf.cn.gov.cn.dwxqf.cn http://www.morning.bmlcy.cn.gov.cn.bmlcy.cn http://www.morning.hyhzt.cn.gov.cn.hyhzt.cn