摘要: import urllib2 req = urllib2.Request('http://blog.csdn.net/cqcre')try: urllib2.urlopen(req)except urllib2.HTTPError, e: print e.code print e.reason 阅读全文
posted @ 2018-06-09 23:08 oftenlin 阅读(673) 评论(0) 推荐(0) 编辑