自己对Thread的一些看法;
程序员文章站
2022-08-29 08:52:22
Thread thread= new Thread(new ThreadStart(name); 与 Thread thread= new Thread(name); thread.star(str); public void name() {} 的区别; 还有大牛们有看出来哪里有问题么; ......
thread thread= new thread(new threadstart(name); 与
thread thread= new thread(name);
thread.star(str);
public void name()
{}
的区别;
还有大牛们有看出来哪里有问题么;
上一篇: ADO.NET中的5个主要对象
下一篇: C#倒计时关闭提示框