//休眠2秒,模拟正在办理业务
try {
Thread.sleep(2000);//毫秒数
} catch (InterruptedException e) {
e.printStackTrace();
}

//休眠2秒,模拟正在办理业务
try {
Thread.sleep(2000);//毫秒数
} catch (InterruptedException e) {
e.printStackTrace();
}