Python 爬虫入门 ①爬取整个网页from urllib2 import urlopenhtml = urlopen('网页URL')print(html.read()) Python 2024-01-15 209 点赞 3 评论 316 浏览