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.
我尝试了许多转义序列组合,以便在 Android 资源文件夹中的 xml 字符串中添加一个感叹号 - 无济于事。您将使用什么 xml 字符串来获取帮助!例如?谢谢...
XML 文件应该接受一个感叹号,除非可能紧跟在一个开放的尖括号之后。
如果它真的拒绝,你应该可以使用数字实体: Help!=帮助!
Help!
或者你可以变得冗长<![CDATA[Help!]]>
<![CDATA[Help!]]>
你可以在属性中添加一些文本
nodElement->SetAttribute( "Name", node_tv->Text);
node_tv->文本有特殊符号