logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

python爬虫——正则获取手机号

用正则匹配网页手机号安装re模块、requests库、beautifulsoup4库cmd → pip install re → 回车cmd → pip install requests → 回车cmd → pip install beautifulsoup4 → 回车调用import requestsimport refrom bs4 import BeautifulSoup调用网址r = re

#python#正则表达式
到底了