【发布时间】:2021-09-30 06:51:56
【问题描述】:
没有从 ajax 获取数据数组到控制器。
$.ajax({
type: "POST",
url: "/Home/List",
traditional: true,
contentType: 'application/json',
data: {
"Query": JSON.stringify(Query) //change this
success: function() {}
});,
查询数组:
0: {label: "abc:", value: "123", type: "Select"} 1: {label: "xyz", value: "Hum", type: "text"}
谁能帮忙?
【问题讨论】:
标签: javascript c# jquery ajax model-view-controller