我想解析this page!C++如何得到它的索引位置後的子串
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;
我如何才能獲得匯率後,我得到「針」的位置,這是模式,我希望它停止後
解析對不起我這樣做對我的一個小項目,不是商業,只是一些微型工作
雅虎不爲此提供Web服務嗎?這將更簡單 – 2012-07-23 16:16:15