Using PUT method in HTML form

后端 未结 7 2044
情话喂你
情话喂你 2020-11-22 11:30

Can I use a PUT method in an HTML form to send data from the form to a server?

7条回答
  •  醉酒成梦
    2020-11-22 11:52

    XHTML 1.x forms only support GET and POST. GET and POST are the only allowed values for the "method" attribute.

提交回复
热议问题