程序睡眠

来源:互联网 发布:淘宝卖家贷款在哪里 编辑:程序博客网 时间:2024/04/28 20:23
//  程序睡眠//            try {//                Thread.sleep(3000);//            } catch (InterruptedException e) {//                e.printStackTrace();//            }
0 0