このページを解析しようとしています!
string str2 ("<span class=\"time_rtq_ticker\"><span id=\"yfs_l10_usdsgd=x\">");
size_t found;
// different member versions of find in the same order as above:
found=sdata.find(str2);
if (found!=string::npos)
cout << "first 'needle' found at: " << int(found) << endl;
パターンである「針」の位置を取得した後、通貨レートを取得するにはどうすればよいですか。後で解析を停止したい
申し訳ありませんが、これは私の小さなプロジェクトであり、商用ではなく、ほんの小さな仕事です