摘要: from multiprocessing.dummy import Pool #线程池模块 #必须只可以有一个参数 def my_requests(url): return requests.get(url=url,headers=headers).text start = time.time() urls = [ 'http://127.0.0.1:5000/bobo',... 阅读全文
posted @ 2019-08-05 16:31 叫我大表哥 阅读(327) 评论(0) 推荐(0) 编辑