esp8266 nodeMCU 发送get请求,返回体是html文件-Arduino中文社区 - Powered by Discuz!

Arduino中文社区

 找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 1679|回复: 0

esp8266 nodeMCU 发送get请求,返回体是html文件

[复制链接]
发表于 2020-12-3 22:15 | 显示全部楼层 |阅读模式
         请问各位大佬,我使用esp8266 nodeMCU 发送get请求,返回体是html文档。怎么读取其中的数据?
api返回的文件是html格式的,为什么不能在串口监视器打印?
但我换了一个返回json文件的api,是可以在串口监视器打印的。
void geturl()
{

    HTTPClient http;

    Serial.print("[HTTP] begin...\n");

    String url="https://images.bemfa.com/cloud/v1/get/?uid=1823ec2d13e9d8c69b196d6822d8f17d&topic=esp32CAM";
    http.begin(url);  
    Serial.print("[HTTP] GET...\n");
      String response=http.getString();
      Serial.println(response);
      http.end();
}

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|Archiver|手机版|Arduino中文社区

GMT+8, 2024-11-28 10:42 , Processed in 0.178286 second(s), 15 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表