.charAt()方法

.charAt()方法  获取指定索引处字符

String a;

char c = a.charAt();

sysout(c);

原文地址:https://www.cnblogs.com/xiaolei121/p/5735461.html