string find ()的使用#include<iostream> #include<string> using namespace std; int main(){ string st1=("babbabab"); //從前面找a的位置 ...
確定! 回上一頁