typescript-tutorial
typescript-tutorial copied to clipboard
常数枚举改用为常量枚举,常数枚举容易误导
trafficstars
const enum 编译后的值可以是字符串,如果使用常数枚举的话,会误导读者以为编译后都是数字