当前位置: 首页 > news >正文

登封建设局网站陈江做网站

登封建设局网站,陈江做网站,网站公司后台,手机推广赚钱平台介绍 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
http://www.tj-hxxt.cn/news/234683.html

相关文章:

  • 北京网站制作建设公司哪家好零基础学习做网站
  • 威海网站推广海尔建设此网站的目的
  • 成都哪里做网站备案wordpress-erphpdown
  • 北京 网站策划公司评论回复网站怎么做的
  • 建设银行中国网站首页aso如何优化
  • 湖南网站建设公司排名中国建设银行网站多少
  • 网站做优化效果怎样代码编辑器
  • 谈谈设计和建设网站体会沈阳做网站的公司有哪些
  • 我的网站百度找不到网站布局优化
  • 如何用工控做网站网站页面优化技巧
  • 移动网站开发与维护公司网站建设沈阳
  • 安徽天筑建设集团网站五金加工厂怎么做网站
  • 宇宙企画网站网站续费申请
  • 网站流量和带宽html的seo搜索优化
  • 招商加盟网站大全做网页设计网站有哪些
  • 济南个人网站建设每天能赚30 50元的
  • 网站建设费用高贸易平台有哪些
  • 怎么从建设部网站下载规范如何创立个人网站
  • 酷家乐网站做墙裙教程沈阳网站建设专业公司
  • 英文网站建设报价录播教育系统网站建设费用
  • 建设美团网站商务网站创建经费预算
  • 建设工程 质量 协会网站网站制作哪里做得好
  • 重庆网站定制公司wordpress 新建用户
  • 潍坊网站建设团队品牌推广策划方案案例
  • 金花站长工具上海自聊自做网站
  • 2017网站设计趋势简单网页源代码
  • 太原网站建设开发公司qq降龙是哪个公司开发的
  • 网站建设业务提成廊坊学校网站建设
  • 公关网站建设前端开发好学吗
  • 给女朋友做网站 知乎wordpress电视直播代码