css_soup = BeautifulSoup('<p class="body strikeout"></p>', 'html.parser') # 只要其中一個class 符合就算比對成功 p_tag = css_soup.find_all("p" ...
確定! 回上一頁