标签:style color sp c r new bs as d
Timer timer = new Timer(); timer.schedule(new Task(), 5 * 1000,5 * 1000);
//不会阻塞哦
执行定时或者后台函数
原文地址:http://www.cnblogs.com/douyamv/p/4010977.html