public ActionResult Del(int ID) { int rtn = PDA.DeleteByID(ID); return(Content(rtn > 0 ? "ok" : "删除出错了!!")); }