using System
using System
namespace ThreadTest
{
public class A { public static void B()
{ while (true)
{ Console
public class C { public static void Main()
{ Thread t = new Thread(new ThreadStart(A
}
運行後顯示若干行
若取消程序中的
理解
From:http://tw.wingwit.com/Article/program/net/201311/13247.html