Scanner scanner = new Scanner(System.in,"UTF-8");
当我做
String s = scanner.next();
然后在控制台中输入Словоדבר,字符串的值变为???? ???.
控制台能够显示Unicode字符,但为什么我不能读取它们?