public JsonResult NewsDetail(int sysNo) { return(Json(new AjaxResult() { Success = true, Data = HomeManager.GetNewsDetail(sysNo) })); }