休眠
2018-06-05 本文已影响0人
bigfish1129
if (i++ % 10 == 0) {
try {
Thread.sleep(10);
} catch (InterruptedException e) {
}
}
if (i++ % 10 == 0) {
try {
Thread.sleep(10);
} catch (InterruptedException e) {
}
}