public static IList <ContentReply> GetReplyByID(int id)/// 此方法是按照编号返回一条回贴的信息 { return(ReSevice.GetReplyByID(id)); }