ESP8266访问多个网址

如何访问一个网址

请看我的这一篇文章

访问多个网址

只需要在每一次请求访问http后加上这一条语句
client.stop();

你可能感兴趣的:(esp8266,arduino,http)