找考题网-背景图
单项选择题

如果想找到java中的字母v(输出2)可以使用下列哪个代码()

A.mid(2,s)
B.charAt(2)
C.s.indexof(‘v’)
D.indexof(s,’v’)