从QString中读取子字符串

时间:2016-02-27 10:20:49

标签: c++ regex xml qt

我有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>
}

0 个答案:

没有答案