Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我QString喜欢"< foo & blah >"(没有标签,只有字符数据)并且我想取消它。命名空间中有Qt::escape功能Qt,但没有与之相反的对应物。
QString
"< foo & blah >"
Qt::escape
Qt
那么,如何在 Qt 中取消转义 XML 字符串?
具体要求:Qt 4.7.3 必须可以。
看起来有人在对旧帖子的回答中制作了 html 实体解码器。如果您不介意引入新的依赖项,那可能是一个很好的解决方案。