淘先锋技术网

首页 1 2 3 4 5 6 7

pythonthreading查看起了多少线程?

threading模块有active_count()方法,它是获取当前激活的线程数量。

用法很简单 import threading threading.active_count()