android 打地鼠游戏源码 public class KickView extends View{ private static Random random = new Random(); static KickView self; public KickView(Context context) { super(context); self = this; KickView.this.postDelayed(flush80ms, 80); KickView.this.postDelayed(flush1000ms, 1000); }