摘要: import grequests #这个包要放到文件最顶部的导入 req_list = [] for x in range(100): headers = {"Content-Type": "application/json", 'Connection': 'close'} url = "http: 阅读全文
posted @ 2020-12-08 16:26 Tarzen 阅读(939) 评论(0) 推荐(0)