1. 创建线程
Calculate是一个无参无返回值的方法2. 开始线程 thread.Start();
Thread.Sleep(5000);把当前线程挂起指定毫秒数
thread.Resume();
thread.Abort();