Android开发中线程休眠/定时器的用法 //线程定时休眠-死循环 new Thread(new Runnable() { @Override public void run() { while (true