We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cc06b8 commit 7f217afCopy full SHA for 7f217af
Python基础代码/技巧-使用代理请求网页.py
@@ -17,8 +17,6 @@
17
18
19
ss = requests.session()
20
-
21
ss.proxies = {'http': 'http://123.206.6.17:3128', 'https': 'http://123.206.6.17:3128'}
22
23
print(ss.get('http://www.qq.com'))
24
print(ss.get('https://www.github.com'))
0 commit comments