資源檔 文字中使用 參數變數(%d...) 方式

1 篇文章 / 0 new
author
資源檔 文字中使用 參數變數(%d...) 方式
當資源檔文字內使用參數變數, 來給 String.format() 使用時
一般java使用方式  String.format("我的身高 %d 公分, 體重 %d 公斤");
當格式資料放到資源檔參數就需如下設定
<string name="MyInfo">我的身高 %1$d 公分, 體重 %2$d 公斤</string>

參數編號從1開始依序增加
Free Web Hosting