python 爬蟲學習 ---- 爬取豆瓣數據

最近在學習python爬蟲爬取網上的數據,現在就邊學邊記錄下。 一、 python庫 1、requests   ----  獲取網頁內容 2、BeautifulSoup  --- 處理文本 使用pip安裝python包,在cmd命令行下分別輸入(python3.7) pip3.7 install requests pip3.7 install bs4 pip3.7 install lxml 二
相關文章
相關標籤/搜索