TypeScript总结

链接 安装及使用 安装 npm install typescript -g 或 yarn global add typescript 使用 新建demo.ts: function test() { let web: string="hello world" console.log(web); } t
posted @ 2020-09-16 11:20  春风自是人间客  阅读(166)  评论(0编辑  收藏  举报