c++中string find函數的使用

http://www.cplusplus.com/reference/string/string/find/html string (1)從位置pos開始,找字符串str,返回匹配首字符的位置,沒找到返回string::npos size_t find (const string& str, size_t pos = 0) const noexcept; c-string (2)從位置pos開始,
相關文章
相關標籤/搜索