2021年7月7日
摘要: 前言 npm i -g typescript $tsc -v tsc test.ts // 编译 node test.js // 执行 const hello: string = 'Hello World!' console.log(hello) 1 对象+基本类型 1.1 ts是一种面向对象的编程 阅读全文
posted @ 2021-07-07 00:07 pleaseAnswer 阅读(483) 评论(0) 推荐(0)