pythonthreading查看起了多少线程?
threading模块有active_count()方法,它是获取当前激活的线程数量。
用法很简单 import threading threading.active_count()