想实现主线程能像子线程的那种sleep(1000)的那种效果,android可以吗
SystemClock.sleep(1000);可以延时一秒,handler.postDelayed(runnable,1000)