核心代码 123456789101112131415 public void () { if (isExit) { finish(); } else { isExit = true; ToastUtils.showCustomBgToast(getString(R.string.press_angin_exit_text)); new Timer().schedule(new TimerTask() { public void run() { isExit = false; } }, 2000); }} 赞微海报分享
近期评论