获取字符串中的某一个字符(最常用)如果你想获取字符串中特定位置的字符,可以使用String类的charAt(intindex)方法,语法charcharAt(intindex)index是字符的索引位置,从0开始,ind...