static NSString * const str01 = @"111";
NSString *str02 = [str01 stringByAppendingString:@"222"];
会导致崩溃