str.charAt(i) 在java中 例如 str = "Rifinn"; String str1 = str.charAt(0);//R String str 2 = str.charAt(1);//i