编辑代码
TypeScript代码
4.9.3
运行
enum
Color
{
Red
=
1
,
Green
,
Blue
}
let
c
:
Color
=
Color
.
Green
; console.log(
c
)