try { Thread.sleep(2000); } catch (InterruptedException e) { // TODO Auto-generated catch block e.printStackTrace(); 这个这段休眠代码是让当前线程休眠么?
嗯,休眠2秒