>>> import urllib.requesthtml
>>> response = urllib.request.urlopen('http://www.baidu.com/')>>> html = response.read()web
>>> print (html)url
>>> import urllib.requestspa
>>> print (urllib.request.urlopen('http://www.baidu.com/').read())orm