问题描述for (int i = 0; i < 1000; i++) { //如果把idworker移到这里 改成随机 为什么id就会有很多重复 IdWorker idWorker = new IdWorker(new Random().nextInt(30), 0); ....} 查看完整描述