$.ajax({ url: "http://localhost:63470/apiserver/Stu", type: "Post", dataType: "json", data: { _method: "PUT", Id: "6", StuName: "test", Age: 10 }, success: function (d) { console.log(d); } })
$.ajax({ url: "http://localhost:63470/apiserver/Stu", type: "Post", dataType: "json", data: { _method: "PUT", Id: "6", StuName: "test", Age: 10 }, success: function (d) { console.log(d); } })