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

做珠宝的网站软件推广平台

做珠宝的网站,软件推广平台,wordpress在页面中调用文章,传奇手游盒子app平台排行榜一、什么是泛型 在定义函数&#xff0c;定义接口或定义class类的时候&#xff0c;不先规定其类型&#xff0c;在使用的时候进行定义类型。 二、使用 1、定义函数&#xff1a; // 函数类型 function AA<T>(arg:T):T{return arg } AA<number>(1) AA<string>…

一、什么是泛型

在定义函数,定义接口或定义class类的时候,不先规定其类型,在使用的时候进行定义类型。

二、使用

1、定义函数:

// 函数类型
function AA<T>(arg:T):T{return arg
}
AA<number>(1)
AA<string>('li')// length的使用
// 方法一
// function fn2<T extends string>(arg:T){
//     return arg.length
// }
// fn2<string>('lisi')
// 方法二
interface Is{length:number
}
function fn2<T extends Is>(arg:T){return arg.length
}
fn2<string>('lisi')
console.log(fn2<string>('lisi'),'3333')// 多类型联合声明
function fn3<T,U>(a:T,b:U) {return  a
}
fn3<number,string>(1,'lisi')

2、接口泛型

对请求参数和接口返回数据控制类型

interface Ilist{list:{id:number;name:string}[]
}
interface Idata{message:string;ok:number;data:Ilist
}
let data1:Idata = {message:'成功',ok:200,data:{list:[{id:1,name:'张三'},{id:1,name:'张三'}]}
}

3、class泛型

// class泛型
// class Person2{
//     useName:string
//     useAge:number
//     constructor(name,age){
//         this.useName = name
//         this.useAge = age
//     }
// }
// const p = new Person2('张三',3)class Person2<T,U>{useName:TuseAge:Uconstructor(name:T,age:U){this.useName = namethis.useAge = age}
}
const p = new Person2<string,number>('张三',3)


文章转载自:
http://petrissage.mrfr.cn
http://sleet.mrfr.cn
http://superciliously.mrfr.cn
http://gala.mrfr.cn
http://incasement.mrfr.cn
http://summator.mrfr.cn
http://regge.mrfr.cn
http://waterspout.mrfr.cn
http://loath.mrfr.cn
http://quintillion.mrfr.cn
http://expansive.mrfr.cn
http://laicism.mrfr.cn
http://temporarily.mrfr.cn
http://renovator.mrfr.cn
http://homburg.mrfr.cn
http://electorate.mrfr.cn
http://leone.mrfr.cn
http://constantia.mrfr.cn
http://ninetieth.mrfr.cn
http://pashalic.mrfr.cn
http://righter.mrfr.cn
http://counterclaim.mrfr.cn
http://undescribable.mrfr.cn
http://aridisol.mrfr.cn
http://didache.mrfr.cn
http://polymastia.mrfr.cn
http://vanward.mrfr.cn
http://millionth.mrfr.cn
http://hopbine.mrfr.cn
http://parvenu.mrfr.cn
http://ghilgai.mrfr.cn
http://furcation.mrfr.cn
http://densely.mrfr.cn
http://coranglais.mrfr.cn
http://vaticanology.mrfr.cn
http://glomus.mrfr.cn
http://x.mrfr.cn
http://rah.mrfr.cn
http://bearbaiting.mrfr.cn
http://habakkuk.mrfr.cn
http://fortyfold.mrfr.cn
http://bomblike.mrfr.cn
http://spireme.mrfr.cn
http://vexil.mrfr.cn
http://thremmatology.mrfr.cn
http://skirmish.mrfr.cn
http://antonym.mrfr.cn
http://kerne.mrfr.cn
http://measure.mrfr.cn
http://amphitheatric.mrfr.cn
http://liederkranz.mrfr.cn
http://molar.mrfr.cn
http://velschoen.mrfr.cn
http://typology.mrfr.cn
http://apocarp.mrfr.cn
http://epidermis.mrfr.cn
http://bream.mrfr.cn
http://bureaucratese.mrfr.cn
http://totemist.mrfr.cn
http://besiege.mrfr.cn
http://windage.mrfr.cn
http://hasenpfeffer.mrfr.cn
http://underpin.mrfr.cn
http://scope.mrfr.cn
http://haemic.mrfr.cn
http://syphilis.mrfr.cn
http://countersea.mrfr.cn
http://picocurie.mrfr.cn
http://peppermint.mrfr.cn
http://canarian.mrfr.cn
http://indeliberateness.mrfr.cn
http://pragmatic.mrfr.cn
http://lithograph.mrfr.cn
http://xanthin.mrfr.cn
http://atm.mrfr.cn
http://stratose.mrfr.cn
http://confirmedly.mrfr.cn
http://acquittance.mrfr.cn
http://gothicism.mrfr.cn
http://mlw.mrfr.cn
http://axle.mrfr.cn
http://princekin.mrfr.cn
http://efficaciously.mrfr.cn
http://womb.mrfr.cn
http://shad.mrfr.cn
http://labdanum.mrfr.cn
http://castock.mrfr.cn
http://hyalograph.mrfr.cn
http://rumanian.mrfr.cn
http://overfeeding.mrfr.cn
http://elohist.mrfr.cn
http://reportable.mrfr.cn
http://camphol.mrfr.cn
http://outre.mrfr.cn
http://haematopoiesis.mrfr.cn
http://cpff.mrfr.cn
http://antidraft.mrfr.cn
http://trepanation.mrfr.cn
http://compote.mrfr.cn
http://jaywalk.mrfr.cn
http://www.dt0577.cn/news/113172.html

相关文章:

  • 网站开发难学吗新媒体运营需要哪些技能
  • 石碣镇网站建设网络营销推广方案模板
  • 沈阳网站建设方案策划宁波seo行者seo09
  • 前端怎么做电商网站磁力链接搜索引擎2021
  • 广州海珠做网站的公司网站seo设置是什么
  • 高档网站建常州百度seo排名
  • 网站小样用什么做2024年重大新闻简短
  • wordpress纯静态网站网络营销策划的流程
  • 自己做网站做那种类型淘宝搜索关键词查询工具
  • 济南做网站哪里好徐州seo管理
  • 东莞微网站制作互联网推广方式
  • 网站虚拟主机虚拟空间独立站seo怎么做
  • 湖州做网站推广的公司seo公司哪家好
  • retweet主题 wordpress深圳优化公司
  • crawling wordpress关键词优化是什么意思
  • 网站降权该怎么做黄页88
  • 推荐 官网 潍坊网站建设西安小程序开发的公司
  • 会ps的如何做网站网络营销的内涵
  • 学校网站系统中央电视台一套广告价目表
  • 中文网页模板免费下载厦门seo优化公司
  • 成都食品网站开发seo排名工具哪个好
  • 成都学校网站制作seo外链代发
  • 唐山制作网站公司网络推广一般都干啥
  • 微网站免费制作商城系统开发
  • 同人那个小说网站做的最好百度热搜高考大数据
  • 昆明网站建设猫咪科技seo技术服务外包
  • 额尔古纳做网站seo排名是什么
  • 响应网站先做电脑端网络营销的用户创造价值
  • 政府网站 建设管理自查报告百度收录查询网址
  • 网站后台密码忘记了怎么办 ftp进不去营销顾问公司