类方法的内存管理:NSString *str2 = [NSStringstringWithString:@"my string"];用类方法创建的对象是autorelease类型,不用我们去管理系统会去管理。