jQuery PUT请求和浏览器支持[重复]

时间:2021-11-02 03:29:45

This question already has an answer here:

这个问题在这里已有答案:

From the jQuery.ajax documentation for the type parameter:

从类型参数的jQuery.ajax文档:

The type of request to make ("POST" or "GET"), default is "GET". Note: Other HTTP request methods, such as PUT and DELETE, can also be used here, but they are not supported by all browsers.

要求的类型(“POST”或“GET”),默认为“GET”。注意:此处也可以使用其他HTTP请求方法,例如PUT和DELETE,但并非所有浏览器都支持它们。

What specifically are they referring to when they say that PUT is not supported by all browsers? That is, are there any specific or notable examples where this is the case?

当他们说所有浏览器都不支持PUT时,他们具体指的是什么?也就是说,在这种情况下是否有任何具体或值得注意的例子?

1 个解决方案

#1


2  

This question has been answered on SO before.

这个问题之前已经回答过了。

You can see this * post

你可以看到这个*帖子

Hope this helps.

希望这可以帮助。

#1


2  

This question has been answered on SO before.

这个问题之前已经回答过了。

You can see this * post

你可以看到这个*帖子

Hope this helps.

希望这可以帮助。