引用 后面让你用AutoResetEvent 不是 ManualResetEvent 2者全部我也提到了AutoResetEvent 是会WaitOne后就自己上锁的,你用ManualResetEvent ,当然会全部开。 你用AutoResetEvent 再试一下