62,621
社区成员
发帖
与我相关
我的任务
分享 BufferedReader getkeyWords = new BufferedReader(new InputStreamReader(System.in));
System.out.println("Please Input the Key");
String temp = getkeyWords.readLine();
System.out.println(temp.equals("一"));