大家好:
MyObject *obj =nil;
NSString *nStr=[[NSString alloc]initWithString:@"hello world"];
obj.mStr=nStr; 
为啥这样写,程序都不异常退出啊?