jquery的ajax实现PUT与DELETE请求

实现PUT javascript $.ajax({ url: "http://localhost:10320/api/Person/4", type: "POST", data: JSON.stringify(whatever), headers: { "Content-Type": "application/json", "X-HTTP-Method-O
相关文章
相关标签/搜索