1.next 字符串
2.nextLine 字符串
3.nextInt 整型
4.nextDouble 双精度类型
5.nextBoolean 布尔类型
6.next或者nextLine
charAt() 方法: String char=“abc”; char.charAt(0)=a;
时间: 2024-10-12 15:32:11
1.next 字符串
2.nextLine 字符串
3.nextInt 整型
4.nextDouble 双精度类型
5.nextBoolean 布尔类型
6.next或者nextLine
charAt() 方法: String char=“abc”; char.charAt(0)=a;