标签: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())
标签:http cep class style code pen url res pytho
原文地址:http://www.cnblogs.com/norm/p/6701813.html