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 160 点赞 2 评论 242 浏览