var newCreateData:NSMutableAttributedString!
let str = zan + cai
newCreateData = NSMutableAttributedString(string: str)
newCreateData.addAttribute(NSForegroundColorAttributeName, value:cell.color999, range: NSMakeRange(zan.length,cai.length))
cell.like .attributedText=newCreateData