日期:2010-10-28  浏览次数:20385 次

string a = "dahioh123geug";
string b = "123";
if(a.IndexOf(b)>-1)
{
  //字符串A中包含字符串B
}