indexof是什么意思 indexof的中文翻译、读音、例句
indexof意思是"字符串位置、顺序搜索",在常中也代表"字符串分析方法"意思,发音音标为[indexof],indexof来源于英语,在《英国拉丁词典》中,共找到80个与indexof相关近义词和例句。
1. You can get the index value of the location of the contl in the collection by passing the contl or its name into the indexOf method.
翻译:通过将控件或其名称传递给IndexOf方法可以获取该控件在集合中位置索引值。
2. The typical example here is Stng. indexOf and fends, which Dalvik replaces with an inlined intnsic.
翻译:典型例子就是Stng.indexOf,Dalvik用内部内联来替代。
3. This example calls the indexOf method on a Stng object to report the index of the first occrence of a substng.
翻译:此示例对Stng对象调用IndexOf方法,以报告子字符串第一个匹配项索引。
4. The indexOf method to ret the index of a desier region within the collection.
5. The following example uses the Contains and indexOf methods of the Stng object.
翻译:下面示例使用Stng对象Contains和IndexOf方法。
6. You can use the Stng. indexOf method to determine the position of the first occrence of a particular character within a stng.
翻译:可以使用Stng.IndexOf方法来确定特定字符在字符串中第一次出现位置。
7. The indexOf method reports the location of the first character of the first occrence of the substng.