62,257
社区成员
发帖
与我相关
我的任务
分享var data = {id: txtID+‘’};
$.ajax({
type: "post",
url: "/HomeController/Edit",
data: data,
success: function (data) {
alert(data);
}
})