sdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
sdk
sdk
/
com.m8test.script.core.api.util
/
Strings
/
indexOf
index
Of
abstract
fun
indexOf
(
text
:
String
,
sub
:
String
)
:
Int
查找子串第一次出现的索引。
Return
索引位置,未找到返回 -1
Parameters
text
源字符串
sub
搜索的子串