if (i++ % 10 == 0) {
try {
Thread.sleep(10);
} catch (InterruptedException e) {
}
}
if (i++ % 10 == 0) {
try {
Thread.sleep(10);
} catch (InterruptedException e) {
}
}
本文标题:休眠
本文链接:https://www.haomeiwen.com/subject/gcepsftx.html
网友评论