位置:首页 > web前端 > typescript

typescript接口声明的方法

dearweb 发布:2021-09-18 23:17:39阅读:

本文主要介绍在使用typescript进行编程的时候,接口是如何进行声明的。

接口的声明

interface Lee{

}

接口必选成员变量

interface Lee{
    age:number
}

接口可选成员变量(可以有也可以无)

interface Lee3{
    age?:number
}

较为复杂一点的接口声明

interface Lee4{
    name:string
    age:number
    say:()=>void
    userList:string[]
}

接口的继承写法

interface Lee4 extends lee3{

}


24人点赞 返回栏目 提问 分享一波

小礼物走一波,支持作者

还没有人赞赏,支持一波吧

留言(问题紧急可添加微信 xxl18963067593) 评论仅代表网友个人 留言列表

暂无留言,快来抢沙发吧!

本刊热文
网友在读
手机扫码查看 手机扫码查看