charat() 方法用于返回指定索引处的字符。该方法的语法如下:
char charAt(int index)
其中,index 表示要返回的字符的索引位置,索引从 0 开始。
charat() 方法的功能主要包括: