摘要: 基础的爬虫包括发送get,post请求。其中包括请求头请求体和标识等。一些常用的代码和方法如下 import requests from requests.auth import HTTPProxyAuth request = requests.post( #地址 url="http://www.b 阅读全文
posted @ 2022-02-15 16:44 mywink 阅读(141) 评论(0) 推荐(0)