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
/
lastIndexOf
last
Index
Of
abstract
fun
lastIndexOf
(
text
:
String
,
sub
:
String
)
:
Int
查找子串最后一次出现的索引。
Return
索引位置,未找到返回 -1
Parameters
text
源字符串
sub
搜索的子串