MVC中Controller代碼View中基本的layui前端代碼我就是想知道,在后端代碼中(即controller),到底是return Json(data, JsonRequestBehavior.AllowGet)還是return View(data)?現(xiàn)在如果是return Json,頁(yè)面則直接輸出{"code":0,"msg":"","count":10,"data":[{"id":10000,"username":"user-0"} ,{"id":10001,"username":"user-1"}...]如果是return View(data),要么是“數(shù)據(jù)接口請(qǐng)求異?!保淳椭苯邮强瞻醉?yè)?。?!return View(data)傳數(shù)據(jù)給前端時(shí),到底要不要傳字典(例@model Mvc.Models.AdminModel.LogModel,現(xiàn)在傳字典就“數(shù)據(jù)接口請(qǐng)求異常”)?如果要傳,該怎么傳?本人小白,望各位大神不吝賜教?。?!在此先謝謝了!??!
- 1 回答
- 0 關(guān)注
- 1711 瀏覽
添加回答
舉報(bào)
0/150
提交
取消