使用字符串位置查找,如果位置大于0则包含,否则不包含
直接利用string.Contains方法,如string txt="the world";可以利用bool result=txt.Contains("world"); //如果result=true,则包含,否则不包含