一、Typescript 中数组
let list: number[] = [1, 2, 3];
let list: Array<number> = [1, 2, 3];
posted on 2017-05-11 14:42 zkBlog 阅读(172) 评论(0) 收藏 举报