Java程序以获取位于字符串的指定索引处的字符
使用charAt()Java中的方法来获取位于指定索引处的字符。
假设以下是我们的字符串。
String str = "Laptop...";
在3查找字符第三位置。
str.charAt(2);
以下是最后一个示例。
示例
public class Demo {
public static void main(String[] args) {
String str = "Laptop...";
System.out.println("String: "+str);
System.out.println("Character at position 3 = " +str.charAt(2));
}
}输出结果
String: Laptop... Character at position 3 = p
热门推荐
10 红包祝福语简短网名
11 贺卡祝福语情侣搞笑简短
12 侄儿生日祝福语简短独特
13 送花祝福语简短十一朵
14 要过年了祝福语简短
15 同事们生日祝福语简短
16 新年的生日祝福语简短
17 高考毕业祝福语简短励志
18 姥爷生日祝福语简短精辟