摘要:
let message:string ='hello nice day'; console.log(message); console.log("ok,good luck11111111111"); let a = 1+2; let b= a+3; let c={ apple:a, banana:b 阅读全文
摘要:
TypeScript 是一种 JavaScript 的超集,它在语法层面上对 JavaScript 进行了扩展,提供了强类型、类、接口等面向对象的特性,并且可以通过编译器将 TypeScript 代码转换成 JavaScript 代码。在开发 TypeScript 项目时,我们通常会使用 webpa 阅读全文
摘要:
{ "name": "test1", "version": "1.0.0", "main": "index.html", "dependencies": { "ts-node": "^10.9.2" }, "devDependencies": { "@types/node": "^20.11.30" 阅读全文