从一个字符串中取出指定位置的字符,采用String类中的()方法。
A: charAt()
B: endsWith()
C: A、charAt()B、endsWith()C、indexOf()D、substring()
D: indexOf()
A: charAt()
B: endsWith()
C: A、charAt()B、endsWith()C、indexOf()D、substring()
D: indexOf()
举一反三
- 从一个字符串中取出指定位置的字符,采用String类中的()方法。 A: charAt() B: endsWith() C: indexOf() D: substring()
- 字符串类String中取出指定位置字符的方法是( )。 A: charAt( ) B: getBytes() C: substring() D: valueOf()
- String类中返回指定位置处的字符,应使用( )。 A: charAt B: startsWith C: endsWith D: contains
- 在字符串中返回指定位置的字符,可以使用()方法。 A: charAt B: indexOf C: match D: search
- 以下哪个方法用来从字符串中获取一个字符。 ( ) A: indexOf(String str) B: substring(int beginIndex, int endIndex) C: concat(String str) D: charAt(int index)