摘要: 一、性能相关 1 import requests 2 3 def fetch_async(url): 4 response = requests.get(url) 5 return response 6 7 8 url_list = ['http://www.github.com', 'http:/ 阅读全文
posted @ 2018-07-03 15:48 kakawith 阅读(157) 评论(0) 推荐(0) 编辑