4、凡是有相见的两个数字其相加所得的和需要存入计分中,其中如果游戏获得了最高分要对最高分进行保存。 public class BestScore { private SharedPreferences sp; public BestScore(Context context){ sp = context.getSharedPreferences("bestscore", context.MODE_PRIVATE);} public int getBestScore(){ int bestscore = sp