How to scrape a stock table from a website. I think class or tag is a problem but I can't figure out

前端 未结 0 1802

import requests from bs4 import BeautifulSoup

url ="https://finance.daum.net/domestic/market_cap" res=requests.get(url) res.raise_for_status()

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