我有QString
这种结构:
<msg>
<to>ircellFarzan</to>
<from>374</from>
<replied_msg>10</replied_msg>
</msg>example content
我只想知道价值374
。有什么建议如何读取这个值?
这是我的代码:
if (m_selectedFullContent.contains("<replied_id>"))
{
//find text between <replied_id> and </replied_id>
}