枚举

枚举 enum 和 const enum 之间的区别是什么? TODO:enum / const enum 有如下区别,请看:https://www.typescriptlang.org/docs/handbook/enums.html#enums

评论区