你好,HTTP通过POST方式提交表单是怎么实现的?有没有可以参考的例程?
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)
类似这样
如果觉得我的回答对您有用,请随意打赏。你的支持将鼓励我继续创作!