enum FruitMethod { apple, banana, orange, strawberry, unknown } FruitMethod getFruitMethodType(String fruitType) { switch (fruitType) { case ...
確定! 回上一頁