最新回答 / 远山11
response = requests.get(url) #发送一个http请求head_info = response.request.headers #获取请求头信息print(head_info)
2018-04-30
最新回答 / 柿饼小星
pip install gunicorn 或者使用国内源pip install -i https://pypi.mirrors.ustc.edu.cn/simple/ gunicorn
2017-12-25
最新回答 / qq_慕沐8097109
一般做法有几种,OCR光学识别,调用打码平台,或根据某个网站验证码的特征构建机器学习模型进行识别,综上打码平台效果可能更好,但有时或许需要付费。
2017-10-23