
ts
sunshine-01
自己不立起来,没有人会永远帮你
仅供学习
展开
-
typescript的基本类型
1.布尔boolean 2.数字number 3.字符串string 4.数组number[] 或者Array 5.元组tuple 6.枚举enum 7. 给变量指定任何类型any 8. 返回值任何类型void 9.无返回类型never 10.非原始类型object (表示除了上述的类型之外的) 11断言 第一种是尖括号的 let someValue: any = “this is a str...原创 2018-12-29 20:38:54 · 140 阅读 · 0 评论 -
TypeScripty语法
http://www.cnblogs.com/xcong/p/4570235.html转载 2018-12-25 19:13:23 · 331 阅读 · 0 评论