如何点击按钮停止线程点击button1执行public void DoWork() { for (int i = 0; i < 100; i++) { Thread.Sleep(500); RealRead(); } }我想按button2把上面那个停掉[解决办法]exitthread();