Python BeautifulSoup怎么找到有某些文字内容的tag? by 好办法汇总Posted on 2015年1月11日 Python BeautifulSoup怎么找到有某些文字内容的tag? print(soup.find_all(text=re.compile(“sisters”)))