获取一个字符在字符串中首次出现的位置,使用()方法。
A: charAt()
B: indexOf()
C: lastIndexOf()
D: substr()
A: charAt()
B: indexOf()
C: lastIndexOf()
D: substr()
举一反三
- JavaScript中的String对象通过__方法获取第一次出现子字符串的字符位置() A: indexOf B: lastIndexOf C: charAt D: substr
- 在字符串中查找一个字符或一个子串第一次出现的位置可以使用()方法。 A: indexOf方法 B: lastIndexOf方法 C: subString方法 D: 以上都不对
- 获取一个字符在字符串中首次出现的位置,使用()方法
- 在字符串中返回指定位置的字符,可以使用()方法。 A: charAt B: indexOf C: match D: search
- 从一个字符串中取出指定位置的字符,采用String类中的()方法。 A: charAt() B: endsWith() C: A、charAt()B、endsWith()C、indexOf()D、substring() D: indexOf()