强行结束Thread
摘要:System.Threading.Thread thread; public void Dispose() { if (thread.ThreadState == ThreadState.Running) { thread.Abort(); } }
阅读全文
posted @ 2021-02-23 14:36
posted @ 2021-02-23 14:36
posted @ 2021-02-23 14:33
posted @ 2021-02-23 14:27
posted @ 2021-02-23 14:25
posted @ 2021-02-23 14:24