I've get a resultset by python BeautifulSoup, but I don't know how to fetch the NavigableString inside them

后端 未结 0 1754
庸人自扰
庸人自扰 2021-01-11 16:45
html_text = driver.page_source
soup = BeautifulSoup(html_text, "html.parser")
get_details = soup.find_all(\'li\', attrs={"class":"news"         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题