登录 注册
当前位置:主页 > 资源下载 > 50 > 使用Python抓取PM2.5数据

使用Python抓取PM2.5数据

  • 更新:2024-09-12 16:25:14
  • 大小:3KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:Python - 后端
  • 格式:PY

资源介绍

使用python语言,抓全国pm2.5实时数据 response = requests.request("GET", url, headers=headers) pattern = re.compile('data.*?pm2.5": (.*?), "class',re.S)