解决该问题的方法是,在程序中指定输入输出流的编码方式,例如:. Scanner scanner = new Scanner(System.in, "UTF-8"); // 指定控制台输入流的编码方式为 ...
確定! 回上一頁