if (found!=std::string::npos) std::cout << "Period found at: " << found << '\n' ; // let's replace the first needle: str.replace(str.find(str2) ...
確定! 回上一頁