Linux下类似windows下_beginthread和_endthread 的多线程开发 在 windows下头文件中包含 #include<process.h> 就可以使用_beginthread进行线程创建。个人感觉挺方便的。 在linux下类似于_beginthrea ...