enum Enum { A, B, C = 4, D, E = 8, F, } assert.deepEqual( [Enum. ... If an enum is completely string-based, we cannot omit any initializers.
確定! 回上一頁