楼主:
h84517 (Yumi)
2016-11-07 22:23:40int[]points={points0,points1,points2,points3,points4,points5};
for( int i =0 ; i<= 4;i++){
userpoints(数字不固定) += points[i];
Log.d(TAG, "点数: " + userpoints);
points阵列分别是 10 20 30 40 50 60
出来的点数阵列是 110 130 160 200 250
要怎么取得阵列最后一个250