字符串资源

来源:互联网 发布:如何修改淘宝限额 编辑:程序博客网 时间:2024/06/06 02:31

使用string.xml实现第123页第456行

1)string.xml

<span class="tag" style="margin: 0px; padding: 0px; border: none; color: rgb(153, 51, 0); font-weight: bold; font-family: Consolas, 'Courier New', Courier, mono, serif; line-height: 18px;"><</span><span class="tag-name" style="margin: 0px; padding: 0px; border: none; color: rgb(153, 51, 0); font-weight: bold; font-family: Consolas, 'Courier New', Courier, mono, serif; line-height: 18px;">string</span><span style="margin: 0px; padding: 0px; border: none; font-family: Consolas, 'Courier New', Courier, mono, serif; line-height: 18px;"> </span><span class="attribute" style="margin: 0px; padding: 0px; border: none; color: red; font-family: Consolas, 'Courier New', Courier, mono, serif; line-height: 18px;">name</span><span style="margin: 0px; padding: 0px; border: none; font-family: Consolas, 'Courier New', Courier, mono, serif; line-height: 18px;">=</span><span class="attribute-value" style="margin: 0px; padding: 0px; border: none; color: blue; font-family: Consolas, 'Courier New', Courier, mono, serif; line-height: 18px;">"page"</span><span class="tag" style="margin: 0px; padding: 0px; border: none; color: rgb(153, 51, 0); font-weight: bold; font-family: Consolas, 'Courier New', Courier, mono, serif; line-height: 18px;">></span><span style="margin: 0px; padding: 0px; border: none; font-family: Consolas, 'Courier New', Courier, mono, serif; line-height: 18px;">第%1$s页%2$s行</span><span class="tag" style="margin: 0px; padding: 0px; border: none; color: rgb(153, 51, 0); font-weight: bold; font-family: Consolas, 'Courier New', Courier, mono, serif; line-height: 18px;"></</span><span class="tag-name" style="margin: 0px; padding: 0px; border: none; color: rgb(153, 51, 0); font-weight: bold; font-family: Consolas, 'Courier New', Courier, mono, serif; line-height: 18px;">string</span><span class="tag" style="margin: 0px; padding: 0px; border: none; color: rgb(153, 51, 0); font-weight: bold; font-family: Consolas, 'Courier New', Courier, mono, serif; line-height: 18px;">></span><span style="margin: 0px; padding: 0px; border: none; font-family: Consolas, 'Courier New', Courier, mono, serif; line-height: 18px;"> </span>

2)代码

<span style="font-family: Consolas, 'Courier New', Courier, mono, serif; line-height: 18px; margin: 0px; padding: 0px; border: none; background-color: inherit;">String page = getString(R.string.page,</span><span class="string" style="font-family: Consolas, 'Courier New', Courier, mono, serif; line-height: 18px; margin: 0px; padding: 0px; border: none; color: blue; background-color: inherit;">"123"</span><span style="font-family: Consolas, 'Courier New', Courier, mono, serif; line-height: 18px; margin: 0px; padding: 0px; border: none; background-color: inherit;">,</span><span class="string" style="font-family: Consolas, 'Courier New', Courier, mono, serif; line-height: 18px; margin: 0px; padding: 0px; border: none; color: blue; background-color: inherit;">"456"</span><span style="font-family: Consolas, 'Courier New', Courier, mono, serif; line-height: 18px; margin: 0px; padding: 0px; border: none; background-color: inherit;">); </span> 






0 0