单项选择题
A. if(str1 = str2) xxx ; B. if([str1 isEqualToString:str2]) xxx ; C. if(str1 && str2) xxx ; D. if([str1 length] == [str2 length]) xxx;
A.应该将var synthesize B.调用会出现死循环 C.正常 D.返回值错误
A.-shared B.-fno-objc-arc C.-fobjc-arc D.-dynamic