相关考题
-
单项选择题
返回正在运行的线程数量()
A.threading.currentThread()
B.threading.enumerate()
C.threading.activeCount()
D.isAlive() -
单项选择题
Time库中休眠函数是()
A.Strftime
B.strptime
C.time.daylight()
D.time.sleep() -
单项选择题
主线程的名字()
A.Thread
B.ThreadMain
C.MainThread
D.Main