How do i scrape a
  • from a eCom website using BeautifulSoup?
  • 后端 未结 0 1856
    梦如初夏
    梦如初夏 2020-12-23 03:29

    Below is my code

    #scrape the main pro_list page of item
    req = requests.get(croma_url,headers=headers)
    soup = BeautifulSoup(req.content,\'lxml\')
    
    for title in         
    
    
            
    相关标签:
    回答
    • 消灭零回复
    提交回复
    热议问题