b、moniter.wait(),会阻塞线程,阻塞的同时但会释放锁,再次获得锁的时候,需要monitor.Pulse唤醒. c、 thread.sleep 是当前的线程休眠,时间到后, ...
確定! 回上一頁