python爬蟲第3關項目豆瓣電影爬蟲

問題需求就是把豆瓣TOP250裏面的 序號/電影名/評分/推薦語/連接 都爬取下來,結果就是所有展現打印出來。 URL https://movie.douban.com/top250?start=html import requests from bs4 import BeautifulSoup for i in range(0,250,25): res=requests.get('ht
相關文章
相關標籤/搜索