【发布时间】:2021-08-12 21:06:19
【问题描述】:
我正在尝试使用类似的 http.POST.http.POST(variable1,variable2) 发送(POST)多个(2or3)变量,但无法这样做。谁能帮我做这件事?
【问题讨论】:
-
http 请求只有一个主体。你想用 Content-type: application/x-www-form-urlencoded 在 post body 中发送 url 参数吗
标签: esp32