标签: python urllib
在urllib.request中,我无法提供代理字典作为代理参数,
urllib.request
urlopen has got unexpected keyword argument proxies
但是在python网站中,其语法为
proxies = proxy_name...
现在我该怎么做才能对程序使用代理?