hyan23 / blog-comments

0 stars 0 forks source link

枚举类型 | Hyan Lee #42

Open hyan23 opened 4 years ago

hyan23 commented 4 years ago

https://hyan23.org/2019/11/20/ts-enums/

状态: 草稿 概览枚举让你能定义一组命名常量, 妥当使用枚举让文档更清晰, 代码更易读, TypeScript 支持数字型枚举和字符串型枚举. Enums allow us to define a set of named constants.Using enums can make it easier to document intent, or create a set of distinct