会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Loading
Coding...
首页
新随笔
联系
管理
2022年6月20日
TypeScript学习笔记
摘要: 第一个TS文件 步骤 安装解析TypeScript工具包 npm i -g typescript 新建一个ts文件 hello.ts,内容如下 console.log('Hello TS') 执行代码 分为两步: 1.ts代码->js代码,在当前目录打开终端,输入命令:tsc hello.ts,会生
阅读全文
posted @ 2022-06-20 14:20 charlatte
阅读(37)
评论(0)
推荐(0)
编辑
公告