使用VS2019 制作完成于2021年11月12日
线程中断:
childThread.Abort(); //childThread是随机命名的
你去看看教职工食堂有什么
Abort() 关闭线程
线程暂停:
Thread.Sleep(1);
线程终止:
childThread.Abort();