1. 对字符串”ababcdabcdefg”使用indexOf(‘a’)和lastIndexOf(‘a’),的运行结果是( )
举一反三
- 在字符串中查找一个字符或一个子串第一次出现的位置可以使用()方法。 A: indexOf方法 B: lastIndexOf方法 C: subString方法 D: 以上都不对
- 获取一个字符在字符串中首次出现的位置,使用()方法。 A: charAt() B: indexOf() C: lastIndexOf() D: substr()
- 下列方法中,不能用于定位字符串中的字符或子字符串的是()。 A: SubString B: IndexOfAny C: LastIndexOf D: IndexOf
- 使用String对象的indexOf()方法查找字符串”helloworld”中是否包含G,下列语句描述正确的是()。 A: 字符串"helloworld"中不包含G字符,indexOf返回0 B: 字符串"helloworld"中不包含G字符,indexOf返回null C: 字符串"helloworld"中不包含G字符,indexOf返回-1 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