//動態獲取資源ID,第一個參數是資源名,第二個參數是資源類型例如drawable,string等,第三個參數包名 int imageId = getResources().getIdentifier("icon_" + i, "mipmap", getPackageName());