Skip to content

type

仲灏2022-01-24约 1 分钟

类型定义

  • 使用 type。
  • 使用 interface。
  • 使用 class、enum 等等,其中 class、enum 可以既为值,又为类型。

讨论区

欢迎留下想法与补充