python--- bs4和requests模塊

1.bs4模塊 bs4庫 是解析、遍歷、維護、「標籤樹「的功能庫。通俗一點說就是: bs4庫把html源代碼重新進行了格式化,從而方便我們對其中的節點、標籤、屬性等進行操作。 獲取標籤內容 from bs4 import BeautifulSoup # 構造對象 soup = BeautifulSoup(open('westos.html'), 'html.parser') # 獲取標籤, 默
相關文章
相關標籤/搜索