How about using Java 8? public static String shuffle(String s) { List<Character> letters = s.chars().boxed().map(c -> (char) c.
確定! 回上一頁