相关考题
-
单项选择题
在threading模块中,()函数,可以用列表返回当前运行的线程
A.current_thread()
B.active_count()
C.enumerate()
D.threading -
单项选择题
在threading模块中,()函数,用于返回正在运行的线程变量
A.current_thread()
B.active_count()
C.enumerate()
D.threading -
单项选择题
在threading模块中,()函数,可以返回当前的线程数量
A.current_thread()
B.active_count()
C.enumerate()
D.threading
