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