当前位置:网站首页>TS - type
TS - type
2022-08-04 13:03:00 【monstkl】
One, basic type data
let a: number = 3let a: stringlet a: boolean
Second, the array
let a: string[] = ['jim']let a: number[]let a: boolean[]
Three, the object
let a: {name: stirng,age: number,lesson: {title: string}[]}a = {name: 'jim',age: 18,lesson: [{title: 'language'},{title: 'Math'},]}
Four, function
Set parameters and return valuesfunction sum (a: number, b: number): number {return a + b}
边栏推荐
- Django使用腾讯云发送短信并存入redis
- Diffusion Models:生成扩散模型
- 1314元的七夕礼盒,收割了多少直男?
- Motion Rule (16)-Union Check Basic Questions-Grid Game
- 情人节浪漫3D照片墙【附源码】
- 视觉SLAM十四讲学习笔记 第7讲 视觉里程计
- MySQL-数据类型
- 5 cloud security management strategies enterprises should implement
- GeoAO:一种快速的环境光遮蔽方案
- rpm安装提示error: XXX: not an rpm package (or package manifest):
猜你喜欢
【WeChat Mini Program】Social Internship Production Project for Information Management and Information System Major--Trash Fingerprint
使用SQLServer复制数据库
技术分享| 小程序实现音视频通话
荧光磷脂PEG衍生物之一磷脂-聚乙二醇-荧光素,Fluorescein-PEG-DSPE
Ceres库运行,模板内报内存冲突问题。(已解决)
基于双层共识控制的直流微电网优化调度(Matlab代码实现)
【黑马早报】尚乘数科上市13天,市值超阿里;北大终止陈春花聘用合同;新东方花近200亿退学费和遣散费;张小泉75%产品贴牌代工...
Diffusion Models:生成扩散模型
牛客网刷题记录 || 链表
LeetCode_424_替换后的最长重复字符
随机推荐
永磁同步电机FOC驱动代码讲解
js正则表达式提取内容
《会面》-凯瑟琳曼斯菲尔德(徐志摩译)
Focus!2022 interview must brush 461 interview questions summary + interview + resume template
Motion Rule (16)-Union Check Basic Questions-Grid Game
COMSOL空气反应 模型框架
The head module of the yolo series
yum 查看已经安装过的包并卸载
ShanDong Multi-University Training #4 A、B、C、G
17种正则表达式
Escape character is ‘^]’什么意思?怎么使用telnet
论文翻译:2022_Time-Frequency Attention for Monaural Speech Enhancement
SCA兼容性分析工具(ORACLE/MySQL/DB2--->MogDB/openGauss/PostgreSQL)
【Game Of AutoTest】1、再度启程,重识游戏自动化测试
【自动微分实现】反向OO实现自动微分(Pytroch核心机制)
Hit the interview!The latest interview booklet of Ali Jin, nine silver and ten is stable!
Chinese valentine's day of young people crazy to make money, earn 140000 a week
GeoAO:一种快速的环境光遮蔽方案
持续交付(四)Jenkins多线程任务执行
Django框架MySQL数据库到models模型的映射关系