摘要:
import java.util.TimerTask; /** * 执行内容 * @author admin_Hzw * */ public class Task extends TimerTask { public void run() { System.out.println("我有一头小毛驴!"); } impo... 阅读全文
posted @ 2017-07-03 10:39
张五飞
阅读(22711)
评论(1)
推荐(1)
浙公网安备 33010602011771号