It's very common to run into HTML tables while scraping a webpage, ... soup = BeautifulSoup(page.text, 'html.parser') ... print(td.text).
確定! 回上一頁