这个是用于python2吗 我python3跑不成
response = urllib2.urlopen('www.baidu.com')
print(response.getcode())
count = response.read()response = urllib2.urlopen('www.baidu.com')
print(response.getcode())
count = response.read() 
                            2019-02-27
举报