.charAt()方法

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

String a;

char c = a.charAt();

sysout(c);

posted @ 2016-08-04 09:39  me丶不是好人  阅读(204)  评论(0)    收藏  举报