检查第二个参数字符串是否包含在第一个参数字符串中。
字符串
contain(<parameters>)
contain(<string>,<string>)
返回布尔值。
contain("rowing is great", "great")
返回真。