日期:2014-05-20 浏览次数:20668 次
new Thread() { public void run() { try { sleep(time * 1000); } catch (InterruptedException e) { } status = 0; } }.start();