我在局部View 中编写了以下jquery: $.ajax({ type: "POST", url: '@Url.Action("PostActionName", "ControllerName")', data: { Id: "01" }, success: function(data) ...
確定! 回上一頁