python批量爬取小說(一步一步實現,適合新手入門)

一、下載小說的一個章節 讓咱們首先打開書趣閣網站中的一個小說中的一個章節,如圖: 而後咱們開始請求網頁數據:css response = requests.get('http://www.shuquge.com/txt/63542/9645082.html') # 自動解決編碼問題 response.encoding = response.apparent_encoding 使用 parsel 庫
相關文章
相關標籤/搜索