5 luat通过http的POST方式提交表单

你好,HTTP通过POST方式提交表单是怎么实现的?有没有可以参考的例程?

请先 登录 后评论

最佳答案 2019-03-13 22:53

http.request("POST",

"http://www.w3school.com.cn/example/jquery/demo_test_post.asp",

nil,

{["Content-Type"]="application/x-www-form-urlencoded"},

"name=airm2m&city=shanghai",

60000)

类似这样

请先 登录 后评论

其它 0 个回答

  • 0 关注
  • 0 收藏,2504 浏览
  • 侯奇鹏 提出于 2019-03-12 11:57

相似问题