在控制器c#頁面如何獲取這個post傳來的值就是datafunction DiOK(str) {$.ajax({type: "post",dataType: "json",data: '{name:"KiMoGiGi"}',url: "Home/Edit",success: function (msg) {alert("IS OK");},error: function (e) {alert(e.responseText);}});
添加回答
舉報
0/150
提交
取消