Preparing search index...
The search index is not available
custom-flow
custom-flow
string
includes
Function includes
includes
(
text
,
params
)
:
boolean
检查文本是否包含指定的子串
Parameters
text
:
string
输入文本
params
:
{
substring
:
string
;
}
子串 { substring: string }
substring
:
string
Returns
boolean
如果包含返回 true,否则返回 false
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
custom-flow
Loading...
检查文本是否包含指定的子串