文件名称:typescript_demo:学习仓库
文件大小:2KB
文件格式:ZIP
更新时间:2024-05-18 16:37:23
JavaScript
typeScript_hello 运行该程序 第一次运行命令 npm install -g打字稿 编译打字稿文件(.ts)运行命令(它将打字稿代码转换为普通的javascript代码并创建hello.js文件) tsc hello.ts 在浏览器中打开文件 index.html
【文件预览】:
typescript_demo-master
----hello.js(317B)
----tsconfig.json(61B)
----README.md(299B)
----hello.html(137B)
----hello.ts(225B)