摘要: # 1. 安装 pip install requests-html # 2. 使用Requests向python.org发出 GET 请求: from requests_html import HTMLSession session = HTMLSession() r = session.get(' 阅读全文
posted @ 2022-08-29 17:36 测试圈的彭于晏 阅读(204) 评论(0) 推荐(0)