摘要: public ActionResult GetAllList() { var list = db.Movies.ToList(); return Json(list, JsonRequestBehavior.AllowGet); //return Content(a); }@section Sc... 阅读全文
posted @ 2014-05-09 00:46 MrMrCash 阅读(218) 评论(0) 推荐(0)