單項選擇題threading.Thread(target=函數(shù)名,args=(參數(shù),))的功能是()

A.創(chuàng)建線程
B.執(zhí)行線程
C.修改線程的名稱
D.刪除線程


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題在thread類中,定義線程執(zhí)行的方法,可以用()方法

A.start()
B.run()
C.getName()
D.isAlive()

2.單項選擇題在thread類實例中,如想開啟該線程,可用()方法

A.start()
B.run()
C.getName()
D.isAlive()

3.單項選擇題在threading模塊中,()函數(shù),可以用列表返回當前運行的線程

A.current_thread()
B.active_count()
C.enumerate()
D.threading

4.單項選擇題在threading模塊中,()函數(shù),用于返回正在運行的線程變量

A.current_thread()
B.active_count()
C.enumerate()
D.threading

5.單項選擇題在threading模塊中,()函數(shù),可以返回當前的線程數(shù)量

A.current_thread()
B.active_count()
C.enumerate()
D.threading