1. 程序等待:
try
...
{
Thread.currentThread().sleep(5 * 1000);
}
catch
(InterruptedException e)
...
{}
}
http://www.xfbbs.com/Book/JAVA/java/index.html
1. 程序等待:
try
...
{
Thread.currentThread().sleep(5 * 1000);
}
catch
(InterruptedException e)
...
{}
}
http://www.xfbbs.com/Book/JAVA/java/index.html

被折叠的 条评论
为什么被折叠?