会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小白不白
本博客用于个人学习备忘
博客园
首页
新随笔
联系
管理
订阅
2022年11月4日
TypeScript常用类型(基本类型,数组类型,类型别名type ,函数类型,对象类型,接口interface,元组,类型推论,类型断言,字面量类型,枚举类型 enum,any类型,typeof新用法)
摘要: 原始基本类型 let age: number = 18; let myname: string = "tom"; let flag: boolean = true; let a: null = null; let b: undefined = undefined; let c: symbol = S
阅读全文
posted @ 2022-11-04 14:26 小白不白10
阅读(140)
评论(0)
推荐(0)
公告