线程什么时候执行?Tmythread *my1; my1=new Tmythread(false) //此处false 是什么意思?? 这时线程有没有执行??? [解决办法]false代表立刻执行,true代表先挂起(用Resume来唤醒线程)。