String sAgeFormat = getResources().getString(R.string.old); String sFinalAge = String.format(sAgeFormat, 23);. 將%1$d ...
確定! 回上一頁