摘要: public class Test9_1 implements Runnable{ int count; static Object obj = new Object(); public void run() { synchronized(obj){ if(Thread.currentThread( 阅读全文