如果以后不用这个线程了,可以thread1.stop来杀掉它,这样就算是再start线程也不能启动了,只能再new这个线程了。若只是暂停,可以用thread1.suspend来暂停,以后可以用thread1.resume来唤醒。