TimerTask task =
new
TimerTask(){
public
void
run(){
//execute the task
}
};
Timer timer =
Timer();
timer.schedule(task, delay);
by: 发表于:2017-09-29 14:55:27 顶(0) | 踩(0) 回复
??
by: 发表于:2017-09-29 14:55:27 顶(0) | 踩(0) 回复
??
回复评论