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