摘要: public class Test { public static void main (String[] args) { String[] a = {"roll out", "rule out", "normalcy", "palaver", "satirical", "rut"}; //下面提供 阅读全文
posted @ 2020-05-20 17:34 profesor 阅读(283) 评论(0) 推荐(0) 编辑
摘要: import java.util.Scanner; //调用java.util.Scanner public class Test { public static void main (String[] args) { Scanner keyboardInput = new Scanner(Syst 阅读全文
posted @ 2020-05-20 17:18 profesor 阅读(1168) 评论(0) 推荐(0) 编辑
摘要: import java.io.IOException; public class Test { public static void main (String[] args) throws IOException { char a = (char) System.in.read(); //默认接受i 阅读全文
posted @ 2020-05-20 17:03 profesor 阅读(175) 评论(0) 推荐(0) 编辑