当前位置:首页
> typescript
typescript 爬虫
语法```//基本类型 null,undefined,symbol,boolean,void,string,numberconst count: number = 123const teachName: string = ‘dell’ //对象类型class Person {} //对象const...