Java语言中用来拆分字符串的方法是
A: replace()
B: split()
C: toLowerCase()
D: toUpperCase()
A: replace()
B: split()
C: toLowerCase()
D: toUpperCase()
举一反三
- 7、将字符串转成字符数组的方法是()。 A: toString() B: toCharArray() C: toUpperCase() D: toLowerCase()
- 下面选项中可以将字符串转为全部大写的字符串的是()。 A: toLowerCase() B: toUpperCase() C: length() D: split()
- 下面哪一个方法是拆分字符串。 A: replace B: indexOf C: split D: compareTo
- 下面哪一个方法是拆分字符串。 A: replace B: indexOf C: split D: compareTo
- 在字符串操作中将小写字符转换为大写字符的函数是( )。 A: Upper() B: toUpperCase() C: Lower() D: toLowerCase()