示例#1
0
 public ActionResult GetFriends(int mid)
 {
     return(Json(jklineDb.GetFriends(mid), JsonRequestBehavior.AllowGet));
 }