码迷,mamicode.com
首页 > 编程语言 > 详细

python网络

时间:2017-04-12 22:52:17      阅读:225      评论:0      收藏:0      [点我收藏+]

标签:http   cep   class   style   code   pen   url   res   pytho   

try:
    import urllib.request as urllib2
except ImportError:
    import urllib2


response = urllib2.urlopen("http://www.baidu.com")
print(response.getcode())

 

python网络

标签:http   cep   class   style   code   pen   url   res   pytho   

原文地址:http://www.cnblogs.com/norm/p/6701813.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!