What is causing the html to output aswell?

后端 未结 0 1563
孤城傲影
孤城傲影 2021-02-11 22:54
import bs4
import requests


def get_price(product_url):
    res = requests.get(product_url)
    res.raise_for_status()
    soup = bs4.BeautifulSoup(res.text, \'html.par         


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