import requests
from requests_html import HTMLSession
session = HTMLSession()
url="http://www.sina.com.cn/"
r=session.get(url)
print(r.html.text)Python爬虫-HTMLSession的使用
最新推荐文章于 2025-07-17 08:10:16 发布
import requests
from requests_html import HTMLSession
session = HTMLSession()
url="http://www.sina.com.cn/"
r=session.get(url)
print(r.html.text)
1016
635
7329

被折叠的 条评论
为什么被折叠?