python requests模块

 

 

1.  请求https网站

r = requests.get('https://www.example.com', proxies=proxies, verify=False)

posted @ 2017-08-25 17:04  Python_ZEN  阅读(134)  评论(0)    收藏  举报