亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

代碼
提交代碼
public class StringMethod2 { public static void main(String[] args) { String str = "I love Java"; char c = str.charAt(7); System.out.println("索引位置為7的字符為:" + c); } }
運行結果