Get certain p tags in an html document

后端 未结 0 1252
北恋
北恋 2020-12-04 05:35

I have this code that parses an HTML page.

from bs4 import BeautifulSoup

with open(\'Books-_html.txt\') as page:
   soup = BeautifulSoup(page, "lxml&quo         


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