使用String对象的indexOf()方法查找字符串”helloworld”中是否包含G,下列语句描述正确的是()。
A: A字符串"helloworld"中不包含G字符,indexOf返回0
B: B字符串"helloworld"中不包含G字符,indexOf返回null
C: C字符串"helloworld"中不包含G字符,indexOf返回-1
D: D字符串"helloworld"中不包含G字符,indexOf返回1
A: A字符串"helloworld"中不包含G字符,indexOf返回0
B: B字符串"helloworld"中不包含G字符,indexOf返回null
C: C字符串"helloworld"中不包含G字符,indexOf返回-1
D: D字符串"helloworld"中不包含G字符,indexOf返回1
举一反三
- 使用String对象的indexOf()方法查找字符串”helloworld”中是否包含G,下列语句描述正确的是()。 A: A字符串"helloworld"中不包含G字符,indexOf返回0 B: B字符串"helloworld"中不包含G字符,indexOf返回null C: C字符串"helloworld"中不包含G字符,indexOf返回-1 D: D字符串"helloworld"中不包含G字符,indexOf返回1
- 使用String对象的indexOf()方法查找字符串”hello world”中是否包含G,下列语句描述正确的是( ) A: 不包含G,返回0 B: 不包含G,返回null C: 不包含G,返回-1 D: 不包含G,返回1
- String对象方法indexOf(),返回指定的字符(或字符串)在字符串中的____(2字)。
- String类中,indexOf()方法的作用是什么() A: 返回指定索引处的字符 B: 返回指定字符的索引 C: 截取字符串 D: 返回字符串的byte类型数组
- indexOf()方法是查找字符或字符串的位置,返回第一次出现的位置