行为
checkContainsText
比较前一字符串是否包含后一字符串
标签:命令定义|checkContainsText
格式命令名 | 参数1 | 参数2 |
checkContainsText | 比较的字符串1 | 比较的字符串2 |
- 参数1: 比较的字符串1
- 参数2: 比较的字符串2
特戒引擎脚本示例:
[@main]
#if
#act
mov s1 www.top166.com
mov s2 top166.com
#if
checkContainsText s1 s2
#act
sendMsg 6 前一字符串包含后一字符串
#elseAct
sendMsg 6 前一字符串不包含后一字符串