大佬们好,我在进程中创建了一些线程可是当进程结束时线程好像没有结束,我应该如何来结束线程,求大佬支招,小白求指导。
thread.start_new_thread(self.io_show,(1,))
thread.start_new_thread(self.GJ,(1,))
thread.start_new_thread(self.laser,(1,))
thread.start_new_thread(self.diaoyong1,(1,))
这个是我创建的线程
thread.start_new_thread(self.io_show,(1,))
thread.start_new_thread(self.GJ,(1,))
thread.start_new_thread(self.laser,(1,))
thread.start_new_thread(self.diaoyong1,(1,))
这个是我创建的线程









