我有我的 json 数据,我需要将其发布到 url 或仅更新我的站点 url 之一中的 json 数据。但我收到 405 错误。这是我的代码。
$.post("details", {name: "John", location: "us"});
javascript ajax json http-status-code-405
ajax ×1
http-status-code-405 ×1
javascript ×1
json ×1