单项选择题
A.setName() B.start() C.run() D.isAlive()
返回正在运行的线程数量()A.threading.currentThread()B.threading.enu...
单项选择题返回正在运行的线程数量()
A.threading.currentThread() B.threading.enumerate() C.threading.activeCount() D.isAlive()
Time库中休眠函数是()A.StrftimeB.strptimeC.time.daylight()D.tim...
单项选择题Time库中休眠函数是()
A.Strftime B.strptime C.time.daylight() D.time.sleep()
主线程的名字()A.ThreadB.ThreadMainC.MainThreadD.Main
单项选择题主线程的名字()
A.Thread B.ThreadMain C.MainThread D.Main