本帖用于积累常用的函数,勤更新
****输入带空格的字符串
public static void main(String[] args) {
Scanner scan =new Scanner(System.in);
String str=new String();
str=scan.nextLine(); /str=scan.next();为输入不带空格字符串
System.out.println(str);
}
本帖用于积累常用的函数,勤更新
****输入带空格的字符串
public static void main(String[] args) {
Scanner scan =new Scanner(System.in);
String str=new String();
str=scan.nextLine(); /str=scan.next();为输入不带空格字符串
System.out.println(str);
}