String类中返回指定位置处的字符,应使用( )。
A: charAt
B: startsWith
C: endsWith
D: contains
A: charAt
B: startsWith
C: endsWith
D: contains
举一反三
- 从一个字符串中取出指定位置的字符,采用String类中的()方法。 A: charAt() B: endsWith() C: A、charAt()B、endsWith()C、indexOf()D、substring() D: indexOf()
- 从一个字符串中取出指定位置的字符,采用String类中的()方法。 A: charAt() B: endsWith() C: indexOf() D: substring()
- 中国大学MOOC: String类中返回指定位置处的字符,应使用( )。
- 字符串类String中取出指定位置字符的方法是( )。 A: charAt( ) B: getBytes() C: substring() D: valueOf()
- String类中,用于返回指定字符串起始位置的方法是( )。 A: charAt B: indexOf C: lastIndexOf D: positionOf