中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

scanner如何輸入字符串

小億
426
2023-10-16 18:21:57
欄目: 編程語言

要使用Scanner類輸入字符串,可以使用next()或者nextLine()方法。

  1. 使用next()方法輸入字符串:該方法會讀取輸入的字符串直到遇到空格或者換行符為止。
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
System.out.print("請輸入字符串:");
String str = scanner.next();
System.out.println("輸入的字符串是:" + str);
}
}
  1. 使用nextLine()方法輸入字符串:該方法會讀取輸入的一行字符串,包括空格和換行符。
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
System.out.print("請輸入字符串:");
String str = scanner.nextLine();
System.out.println("輸入的字符串是:" + str);
}
}

無論使用next()還是nextLine()方法,都需要在輸入字符串之前輸出提示信息,以便用戶知道需要輸入什么類型的數據。

0
美姑县| 黑山县| 秭归县| 和田市| 嘉兴市| 天气| 香格里拉县| 凤山市| 达日县| 微山县| 衢州市| 元氏县| 遂宁市| 新竹县| 依兰县| 汶上县| 黔西县| 区。| 石家庄市| 明光市| 襄城县| 上饶市| 邹平县| 临高县| 静海县| 集安市| 安平县| 泸水县| 丰顺县| 炎陵县| 沂南县| 铁岭市| 和政县| 原阳县| 邯郸县| 班戈县| 安化县| 五台县| 惠来县| 宁城县| 宁陵县|