240 发简信
IP属地:宁夏
  • Typescript 学习笔记

    一、Typescript常用的数据类型 布尔类型(boolean)、数字类型(number)、字符串类型(string)、数组类型(array)...

  • 普通函数和箭头函数的区别

    1、箭头函数是匿名函数,不能作为构造函数,不能使用new。 leta=()=>{console.log(111)} a() letfn=newa...

  • Resize,w 360,h 240
    Vscode 怎么配置 Typescript 自动编译

    1、在终端打开项目 ts 目录 2、使用 tsc -- init 生成 tsconfig.json 配置文件 3、找到outDir 配置 生成 ...