初识python 之 爬虫:爬取豆瓣电影最热评论
摘要:
主要用到lxml的etree解析网页代码,xpath获取HTML标签。 代码如下: 1 #!/user/bin env python 2 # author:Simple-Sir 3 # time:2019/7/17 22:08 4 # 获取豆瓣网正在上映电影最热评论 5 import request 阅读全文
posted @ 2019-07-20 22:24 Simple-Sir 阅读(1779) 评论(0) 推荐(0) 编辑