Java has support for switching on enum values. Full context switch (month) { case FEB: System.out.println("28 days"); break; case APR: case JUN: case SEP: ...
確定! 回上一頁