Joined
Last Online
Recent Posts
posted in bug、问题、建议 read more
for (;;) {
  sleep(random(5, 10) * 60 * 1000);
}

每次这个random(5, 10)出来的值都是一样的