android string.xml前后加空格的技巧
<string name="password">密    码</string>
  这个就代表着空格
本文介绍了一种在Android的string.xml文件中为字符串前后添加空格的方法。通过使用特殊的字符实体,可以在不改变字符串内容的情况下实现空格的添加。
<string name="password">密    码</string>
  这个就代表着空格
2857
1800

被折叠的 条评论
为什么被折叠?