enum CardSuit { Clubs, Diamonds, Hearts, Spades } // 简单的使用枚举类型 ... 在我们继续深入学习枚举类型之前,先来看看它编译的JavaScript 吧, ...
確定! 回上一頁