android 怎么将xml字符串中某个节点中的特殊字符转换
1个回答
展开全部
工具/原料
编译工具: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 ( ) 回车 ( ) 换行 ( )
编译工具: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 ( ) 回车 ( ) 换行 ( )
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询