c++之string.find(string) 先来看一个例子吧: #include “iostream” #include “string” using namespace std; // 定义函数 … Continue reading c++之string.find(string)