TypeScript でには enum がある。この enum に対して reverse mapping をしたいとする。 code:typescript enum Color { Red = 'RED', Green = 'GREEN' } const ...
確定! 回上一頁