java多线程模拟抢票 public class Test { public static void main(String[] args) throws InterruptedException { int time = 50; int num = 50; int people = 100; TestThread t1 = new TestThread(); Thread[] thre exercise 2024-05-04 98 点赞 1 评论 148 浏览