当前位置:网站首页>TS---类型设置
TS---类型设置
2022-08-04 12:59:00 【monstkl】
一、基本类型数据
let a: number = 3
let a: string
let a: boolean
二、数组
let a: string[] = ['jim']
let a: number[]
let a: boolean[]
三、对象
let a: {
name: stirng,
age: number,
lesson: {
title: string
}[]
}
a = {
name: 'jim',
age: 18,
lesson: [
{title: '语文'},
{title: '数学'},
]
}
四、函数
设置参数以及返回值
function sum (a: number, b: number): number {
return a + b
}
边栏推荐
猜你喜欢
"Lonely Walking on the Moon" is a powerful medicine, it can't cure the internal friction of happy twist
什么是 DevOps?看这一篇就够了!
封装、继承、多态的联合使用实现不同等级学生分数信息的统计
程序猿七夕礼物-如何30分钟给女朋友快速搭建专属语聊房
《独行月球》猛药,治不了开心麻花内耗
为什么密码云服务平台是云时代的必然之选?
Why is Luo Zhenyu's A-share dream so difficult to fulfill?
使用SQLServer复制数据库
LeetCode_424_替换后的最长重复字符
接入华为游戏防沉迷,点击防沉迷弹窗后游戏闪退
随机推荐
项目里的各种配置,你都了解吗?
搭建ros交叉编译环境(从x86到nvidia arm)
接入华为游戏防沉迷,点击防沉迷弹窗后游戏闪退
为什么密码云服务平台是云时代的必然之选?
业务中我们如何更新缓存?Redis
绩效考核带给员工的不能只是压力
MATLAB——图像分块
【解决方案 三十一】Navicat数据库结构同步
“蔚来杯“2022牛客暑期多校训练营3 C
oracle sql中根据条件判断是否插入数据
Focus!2022 interview must brush 461 interview questions summary + interview + resume template
【软考 系统架构设计师】软件架构设计② 软件架构风格
接到“网站动态换主题”的需求,我是如何踩坑的
LeetCode_643_子数组的最大平均数Ⅰ
redis未授权访问漏洞【vulhub靶场】复现
LeetCode_299_猜数字游戏
动规(16)-并查集基础题——格子游戏
Haproxy搭建web群集
Hit the interview!The latest interview booklet of Ali Jin, nine silver and ten is stable!
Oracle 19c 单实例 19.3.0 升级到19.11.0 详细教程