NSMutableArray *components = [messageStr componentsSeparatedByString:@"*"] ;
反过来为
NSStrig *str = [components componentsJoinedByString:@"*"];