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 42 点赞 0 评论 63 浏览