js还有这么一种类似强类型语言的写法 2015-02-08 13:44:38 在一个老外的开源项目中看到的,感觉不错,学习了: ``` var matrix:{name: string; gitDir: string; }[] = [ { name: "bare repository", gitDir: "./test/fixture/bare.git" }, { name: "cloned repository", gitDir: "./test/fixture/vanilla/.git" } ]; ``` 非特殊说明,均为原创,原创文章,未经允许谢绝转载。 原始链接:js还有这么一种类似强类型语言的写法 赏 Prev npm通过安装GitHub上包 Next Python的dict类型通过get和索引的方式获取值的区别