Beispiel #1
0
 //查询排行前五
 public ActionResult paihang(int Day)
 {
     return(Json(DeliveryManager.PaiHang(Day), JsonRequestBehavior.AllowGet));
 }