shenghy / my-blog

我的博客系统
22 stars 8 forks source link

[Vssue]type-script #16

Open shenghy opened 5 years ago

shenghy commented 5 years ago

https://jspang.com/posts/2018/06/27/typesript.html

qiujiangtao commented 5 years ago

胖哥,可以不用每次都用VS Code构建任务生成js,使用tsc HelloWorld.ts更简便。

asd8855 commented 5 years ago

"需要注意的是,在TypeScript中指定数据类型的数组只能存储同一类型的数组元素。" 胖哥这句有问题吧?数组元素的类型可以是any啊?any就不会报错

let arr1: any[] = [1, 2, true];

001chinaneil commented 5 years ago

胖哥666

fishinallblue commented 5 years ago

不讲泛型的吗?

ImSingee commented 5 years ago

@asd8855

"需要注意的是,在TypeScript中指定数据类型的数组只能存储同一类型的数组元素。" 胖哥这句有问题吧?数组元素的类型可以是any啊?any就不会报错

let arr1: any[] = [1, 2, true];

这句话没错,Any 数组只能存储 Any 类型的数据,只是任何数据都属于 Any 类型而已。就和数组里面也可以存 Object、Union 一样

xyuwan commented 5 years ago

var a:String = new String('胖哥') 是不是和 var b = new String('胖哥') 是一样的?

zsx1992 commented 5 years ago

胖哥去过泰国吧,这小段子信手拈来