Replace a whole HTML section with BS4 in Python

前端 未结 0 446
渐次进展
渐次进展 2021-02-19 07:36

I want to replace a whole code structure using bs4, I have a source html and a target html

t_soup = BeautifulSoup(target_html, \'html.parser\')
s_soup = Beautiful         


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