能不能点击按钮后控制弹窗多久后弹出,有没有方法能够实现
try { Thread.sleep(5000); } catch (InterruptedException ex) { Thread.currentThread().interrupt(); }