[C++] STL庫函數之字符串string::npos的介紹,以及string中的find函數~

npos常常和find一塊兒用~它們兩個都在頭文件<string>裏面~先看用法:ios #include <iostream> #include <string> using namespace std; int main() { string s = "abc"; if (s.find("b") != string::npos) printf("字符串s中存在b
相關文章
相關標籤/搜索