黑马_许芸 发表于 2012-8-26 15:40 Thread t = new Thread(new DeadLock(true)); Thread t1= new Thread(new DeadLock(false)); 因为t和t1是 ...