欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

自己对Thread的一些看法;

程序员文章站 2022-04-28 20:22:45
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()

{}

的区别;

 

还有大牛们有看出来哪里有问题么;