2.導入urllib.request模塊。
3.使用urllib.request.urlopen()獲取對象。
4.獲取網頁的http.client.HTTPResponse對象。
5.要打印http.client.HTTPResponse對象的內容,可以繼續使用read()()方法。