import urllib  
inforMation = urllib.urlopen("http://tianya.cn", proxies={'http':'127.0.0.1:8087'})       
print inforMation.read() 

相关文章:

  • 2022-12-23
  • 2021-11-30
  • 2021-09-18
  • 2021-11-16
  • 2022-12-23
猜你喜欢
  • 2021-08-21
  • 2021-10-13
  • 2022-12-23
  • 2022-12-23
  • 2022-01-05
  • 2021-06-27
相关资源
相似解决方案