代码拉取完成,页面将自动刷新
"""
使用免费的代理IP访问测试网站,并确认IP
"""
"""
以下是代理代码
# 代理网站,免费的不稳定,花钱可用 https://www.kuaidaili.com/
import requests
url = 'http//httpbin.org/get'
# url = 'https://www.baidu.com/'
headers = {'User_Agent':'Mozilla/5.0'}
proxies = {
'http':'http://117.42.94.142:17446',
'https':'https://117.42.94.142:17446',
}
# html = requests.get(url=url,headers=headers).text #不用代理
html = requests.get(url=url,proxies=proxies,headers=headers).text
print(html)
"""
"""
下面是独享和私密代码的示例代码
"""
import requests
url = 'http//httpbin.org/get'
headers = {'User_Agent':'Mozilla/5.0'}
# 309435365:szayclhp@这个表示购买的独享或私密代理IP的用户名和密码,购买后在管理里面可以看到,@后面填写IP和端口
proxies = {
'http':'http://309435365:szayclhp@116.255.166.47:16819',
'https':'http://309435365:szayclhp@116.255.166.47:16819',
}
# html = requests.get(url=url,headers=headers).text #不用代理
html = requests.get(url=url,proxies=proxies,headers=headers).text
print(html)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。