To use a switch statement on an enumeration (enum) in Java, you can use the enum type as the control expression for the switch statement.
確定! 回上一頁