python中正则随机值获取

#调用模块
import requests
import re
import random

response = requests.get(url='https://www.baidu.com/')#请求接口
body=response.content.decode('utf-8')#返回内容
value = re.findall(r'class=mnav>(.+?)</a>',body)#首页正则获取
print(value[random.randint(0,len(value)-1)])#随机输出

posted on   心品茗香  阅读(96)  评论(0编辑  收藏  举报

导航

< 2025年1月 >
29 30 31 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1
2 3 4 5 6 7 8

统计

点击右上角即可分享
微信分享提示