At runtime, TypeScript compiles the above code into the below enum-like object: const Direction = { Up: 'Up', Down: 'Down', Left ...
確定! 回上一頁