android 怎么将xml字符串中某个节点中的特殊字符转换

 我来答
137******77
2017-02-21 · TA获得超过168个赞
知道小有建树答主
回答量:362
采纳率:0%
帮助的人:318万
展开全部
工具/原料

编译工具:Eclipse
方法/步骤

这些特殊字符使用的时候很纠结。
android:text 设置这个属性时会报错

" (" 或 ") ' (' 或 ') & (& 或 &) < (< 或 <) > (> 或 >)

直接用时,就会这样报错。
Multiple annotations found at this line: - [I18N] Hardcoded string "<", should use @string resource - The value of attribute "android:text" associated with an element type "TextView" must not contain the '<'

为了避免这个问题

用在string.xml中设置
<!-- < --><string name="s_back"><</string>

4
下面的字符在 [XML]中被定义为 空白(whitespace)字符:
空格 ( ) Tab ( ) 回车 ( ) 换行 ( )
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式