logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

python爬虫

url='https://2b2t.org'#选择要爬的网站这是示例。res=requests.get(url)#发送请求。import requests#导入requests模块。tml=res.text#转为html语言代码。print(html)#输出html代码。

#python#爬虫
到底了