【发布时间】:2015-07-25 14:18:39
【问题描述】:
假设我想抓取数据here。
我可以在 Python 2.7 中使用 urlopen 和 BeautifulSoup 很好地做到这一点。
现在,如果我想使用 this address 从第二页抓取数据。
我得到的是第一页的数据!我用Chrome的“查看页面源”查看了第二页的页面源,内容属于第一页!
如何从第二页抓取数据?
【问题讨论】:
标签: python python-2.7 web-scraping beautifulsoup urlopen