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