string::npos 含義及用途

字符串查找包含某個字符串時通常經過find()查找,找到返回所在位置,找不到則會返回string::nposspa 示例代碼:字符串  string  str;string  if( str.find("a") != string::npos )co  {字符 cout<<"找到"<<endl;  }  else { cout<<"未找到"<<endl; }
相關文章
相關標籤/搜索