在MVC 內使用Ajax 到後端取得資料,資料型態是一串List<自訂Object>。 ... var _Object = { //可自訂要傳輸到後端的條件 }; $.ajax({ type: "POST", ...
確定! 回上一頁