摘要:
# encoding: utf-8 """ @author: lileilei @site: @software: PyCharm @file: login.py @time: 2017/7/26 10:28 """ import requests,time from multiprocessing import Pool url='http://www.jd.com' total=0 ... 阅读全文
摘要:
import asyncio,time,requests import threading, time, requests url = "http://www.jd.com" total = 0 suc = 0 fail = 0 exception = 0 maxtime=0 mintime=100 gt3=0 lt3=0 class RequestThread(threading.Threa... 阅读全文