python用代理服務器訪問https網站能夠,訪問http網站就不行了

代碼以下: import urllib.request url=「http://218.92.191.43:38093」 proxy_support=urllib.request.ProxyHandler({‘http’:‘49.83.220.45:1080’}) opener=urllib.request.build_opener(proxy_support) opener.addheaders
相關文章
相關標籤/搜索