typescript dreamcording:打字稿 dreamcording 源码
打字稿-dreamcording 打字稿安装 打字稿全局安装 npm install -g typescript 使用tsc命令编译成.js文件 tsc main.ts 一次从终端编译并执行安装ts-node npm install -g ts-node ts-node script.ts tsc监视模式-w tsc main.ts -w 编程3序列输入(db)=>操作=>输出 打字稿类型(Type) 基本型 const num:number = 1; const str:string = 'a'; const boal:boolean = true; // undefined or null 을 사용할때는 단독적으로 사용하지 않는다. // => 단독으로 사용될 경우에는 undefined(null) 밖에 담지 못하게 때문에, let age:number|undefi
文件列表
typescript-dreamcording-master.zip
(预估有个14文件)
typescript-dreamcording-master
calculate.ts
694B
opp.js
116B
opp_1.js
779B
class.ts
489B
main.ts
5KB
abstraction.ts
1KB
position.ts
620B
.gitignore
35B
opp.ts
954B
暂无评论