$.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); } })
2022-03-29 09:38:59
$.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); } })
下一篇:C# 委托浅析