Preparing search index...
The search index is not available
custom-flow
custom-flow
string
endsWith
Function endsWith
ends
With
(
text
,
params
)
:
boolean
检查文本是否以指定子串结尾
Parameters
text
:
string
输入文本
params
:
{
suffix
:
string
;
}
后缀 { suffix: string }
suffix
:
string
Returns
boolean
如果是以指定后缀结尾,返回 true,否则返回 false
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
custom-flow
Loading...
检查文本是否以指定子串结尾