const enum Direction {
  Up='Up',
  Down="Down",
  Left="Left",
  Right="Right"
}
console.log(Direction.Up)

  

posted on 2020-12-10 19:06  chenlw101  阅读(43)  评论(0编辑  收藏  举报