当前位置: 技术问答>java相关
请问怎样在程序中的一个位置做一个延时功能呀?
来源: 互联网 发布时间:2014-12-31
本文导语: 不是用计数器进行傻呼呼累加的那种, 谢了 | try { Thread.sleep(10000); } catch(InterruptedException e) {} | 用synchronized
不是用计数器进行傻呼呼累加的那种,
谢了
谢了
|
try
{
Thread.sleep(10000);
}
catch(InterruptedException e)
{}
{
Thread.sleep(10000);
}
catch(InterruptedException e)
{}
|
用synchronized