引用方法:from bs4 import BeautifulSoup. sp = BeautifulSoup(html原始碼, 解析器) # 解析器= html.parser or lxml,較推薦lxml. 用法1: find. sp.find('標籤名稱', ...
確定! 回上一頁