Posting parameters to a url using the POST method without using a form

前端 未结 6 1809
没有蜡笔的小新
没有蜡笔的小新 2020-12-01 14:24

I want to post parameters to a URL using the POST method but I cannot use a form. Even if I do use a form, it would have to be auto-posted with out user interaction. Is this

6条回答
  •  一生所求
    2020-12-01 15:13

    it can be done with CURL or AJAX. The response is equally cryptic as the answer.

提交回复
热议问题