Solution1: Use Enum.valueOf(...) method ... Use Alphabet.valueOf(str) method. This method returns the enum with the specified name. The name must ...
確定! 回上一頁