摘要: 使用requests-html单一库完成简书首页获取(包含请求、解析、JavaScript渲染功能) 一:安装 sudo pip install requests-html # -*- coding: utf-8 -*- import requests_html text_url = 'https: 阅读全文
posted @ 2020-06-24 17:10 lingwang3 阅读(3794) 评论(0) 推荐(0) 编辑