android在strings.xml文件中,写string对象时,如何加入空格
<string name="password">密    码:</string>
  表示空格,上面的字符串表示在“密”和“码”两个字之间加入四个空格
结果显示为:
密 码:
[db:关键字]