find substring C++,findsubstring
分享于 点击 2170 次 点评:119
find substring C++,findsubstring
Perhaps the following:
if (std::string::npos != s1.find(s2))
{
std::cout << "found!" << std::endl;
}
相关文章
- 暂无相关文章
用户点评