//返回當前服務器日期,時間 public ActionResult GetDBDate() { var list = BaseDataDAL.GetCurrentDateList(); return(Json(list, JsonRequestBehavior.AllowGet)); }