摘要: def get_proxy_ip(count=1): res = requests.get('http://58.87.118.83:4562/get_proxy_ip/%s' % str(count)) obj = BeautifulSoup(res.content, 'html.parser') return [proxy_ip.text for pr... 阅读全文
posted @ 2018-12-13 09:31 虫洞小鳗鱼 阅读(114) 评论(0) 推荐(0)