1、当前线程延迟操作
try { Thread.sleep(2000); } catch (InterruptedException e) { e.printStackTrace(); }
Done
!