switch+ 枚举
摘要:
枚举: public enum ColorTypeEnum{ GREEN, RED, ORANGE, WHITE, BLACK } 错误示范: An enum switch case label must be the unqualified name of an enumeration const 阅读全文
posted @ 2021-04-29 18:36 南猫猫猫猫猫 阅读(155) 评论(0) 推荐(0) 编辑