public IEnumerable <PostComments> GetPostComments(int PostID) //获取帖子评论 { return(iposts.GetPostComments(PostID)); }