我如何在android strings.xml中编写字符&
我在strings.xml
文件中编写了以下内容:
<string name="game_settings_dragNDropMove_checkBox">Move by Drag&Drop</string>
我得到以下错误:
The reference to entity "Drop" must end with the ';' delimiter.
我如何在strings.xml中编写字符?
编码:
&
对于特殊字符,我通常使用Unicode定义,例如'&':如果我是正确的。 这是一个很好的参考页面:http://jrgraphix.net/research/unicode_blocks.php?block=0
这是我的问题,我的解决方案如下:使用>
对于<, <
for>, &
为&, "'"
为', "
”“