会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
富坚老贼
https://github.com/buchizaodian
新随笔
管理
2019年12月11日
2.基础类型
摘要: 1.布尔类型 let b: boolean = true; 2.数字类型,都是浮点数 let num: number = 6; let hex: number = 0xf00d; //16进制 let binary: number = 0b1010;//2进制 let octal: number =
阅读全文
posted @ 2019-12-11 13:37 富坚老贼
阅读(219)
评论(0)
推荐(0)
公告