当前位置:首页 > typescript

typescript

  • 最新
  • 浏览
  • 评论

typescript 语法写法

tigon3年前 (2021-02-25)typescript1568
typescript 语法写法
结构写法<!--autointro-->...

ts

自由小鸟3年前 (2021-01-20)typescript1442
ts
interface function函数 !<!--autointro-->...

typescript 爬虫

tigon3年前 (2020-09-08)typescript1767
typescript 爬虫
语法```//基本类型 null,undefined,symbol,boolean,void,string,numberconst count: number = 123const teachName: string = ‘dell’ //对象类型class Person {} //对象const...