[java]Timer类

Timer timer=new Timer()

timer.schedule(new TimerTasd(),1000)---在指定的时间后去执行某任务

你可能感兴趣的:(java,timer,任务)