public static void XXX(object param)
{
Thread th = Thread.CurrentThread;//获取当前工作的线程
th.Abort();//强制关闭当前线程
}
public static void XXX(object param)
{
Thread th = Thread.CurrentThread;//获取当前工作的线程
th.Abort();//强制关闭当前线程
}