爬蟲學習task2

學習beautifulsoup BeautifulSoup庫是解析、遍歷、維護「標籤樹」(例如html、xml等格式的數據對象)的功能庫 查看網頁源代碼,通過BeautifulSoup能幫助我們解析網頁並獲取內容。 BeautifulSoup[Tag,Name,Attributes,NavigableString,Comment] ] from bs4 import BeautifulSoup i
相關文章
相關標籤/搜索