下列能得到主线程的是()
A: threading.main_thread()
B: threading.enumerate()
C: threading.activeCount()
D: currentCount()
A: threading.main_thread()
B: threading.enumerate()
C: threading.activeCount()
D: currentCount()
举一反三
- 返回当前活动线程对象的列表() A: threading.enumerate() B: threading.activeCount() C: currentCount() D: count()
- Python中使用线程需引入的模块是( ) 。 A: C。 B: thread C: numpy D: D。 E: time F: 5() G: B。 H: threading I: J: A
- python中的多进程模块是() A: multiprocessing B: math C: random D: threading
- python要使用多线程,导入()模块 A: re B: threading C: math D: report
- 返回正在运行的线程数量() A: threading.currentThread() B: threading.enumerate() C: threading.activeCount() D: isAlive()