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