Java - Input & Output & FileIO

需要调用Scanner类  Scanner in = new Scanner(System.in);    //Scanner类 in.nextLine();  // return String regardless of space in.next();  // return String , split with space in.nextInt(); //return int in.next
相关文章
相关标签/搜索