python3使用requests模塊的get方法作爬蟲(假裝瀏覽器)

獲取網頁對象可使用兩種方法:html 使用urllib模塊的urlopen方法:web import urllib reponse=urllib.urlopen("http://www.itcast.cn") print(reponse.read()) reponse.read():打開網頁源代碼。 reponse.getcode():獲取http狀態碼:200表示請求完成,404表示網址找不到
相關文章
相關標籤/搜索