下面是最初的情况 #/usr/bin/env python # -*- coding: utf-8 -*- import os import time import subprocess import threading from threadpool import ThreadPool import threadpool import re from Queue import Queue def ping_call(): while not IP_QUEUE.empty(): ip=IP_QU…