线程是根据其优先级来调度的,每个线程都有特定的优先级。.NET中每 个线程在创建时其优先级为 : ThreadPriority.Normal 线程的优先级 定义为 ThreadPriority 枚举类型,如下表: