
// 回复的回复长度大于一定高度,展示Button
CGSize lblSize = [commentCell.labelReply.text boundingRectWithSize:CGSizeMake(Width * 0.61, MAXFLOAT) options:NSStringDrawingUsesLineFragmentOrigin attributes:@{NSFontAttributeName:[UIFont systemFontOfSize:12]} context:nil].size;





[self.collectionDatabase close];


