from bs4 import BeautifulSoup soup = BeautifulSoup(html_doc) ... it into the .select() method of a Tag or the BeautifulSoup object itself.
確定! 回上一頁