TypeScript 学习笔记 变量申明 – 原始类型 booleannumberstringvoidnullundefinedbigintsymbol 变量申明 – 其余类型 元组 tuple 枚举 enum 任意 anyunknownnever 数组 Array 对象 object