获取您自己的
Python
服务器
×
更改方向
更改主题,深色/浅色
转到 Spaces
import requests url = 'https://w3schools.com/python/demopage.php' #find a free proxy address and send your request via that proxy: x = requests.get(url, proxies = { "https" : "https://1.1.0.1:80"}) #'demopage.php' will print the ip address of the proxy instead of your ip: print(x.text)
IP 地址:1.1.0.1