摘要: 1.数据类型 1.1 基本数据类型 const a: number = 1 const b: string = '123' const c: boolean = true //undefined and null belongs to other types const d: null = null 阅读全文
posted @ 2023-12-06 18:43 Karle 阅读(2) 评论(0) 推荐(0) 编辑