How to turn a bs4 findall() object into a string

前端 未结 0 349
误落风尘
误落风尘 2020-12-06 02:16

Heres my code:

with requests.Session() as s:
      r = s.get(url, headers=headers)
      soup = BeautifulSoup(r.text, \         


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