数据类型

Ts 数据类型

数据类型 在 TypeScript 中,我们可以使用 number、string、boolean、null、undefined、数组、元组、枚举、any、void、never、object、symbol、bigint 来定义数据类型。

阅读全文