發表文章發起投票 Repeat a task with a time delayhttp://stackoverflow.com/questions/6242268/repeat-a-task-with-a-time-delay final Handler handler = new Handler(); handler.postDelayed(new Runnable() { @Override public void run() { handler.postDelayed(this, INTERVAL); } } , DELAY_SEC); 002015/03/20, 6:20:28 晚上本貼文共有 0 個回覆此貼文已鎖,將不接受回覆發表文章發起投票