【TypeScript】十、类型推断|类型别名
// 类型推断
let a = "13"
// 类型别名
type s = string
type sn = string|number
type cb = ()=>string

type T = 'off' | 'on'
 
posted on 2022-07-05 18:05  仓鼠不爱吃辣条  阅读(20)  评论(0编辑  收藏  举报

页尾

页尾

页尾

页尾

页尾

页尾

页尾