test打印的結(jié)果:
1.nil
if(!test){
? ? ? ?NSLog:nil
}
?2.(null)
if(test==nil){
? ? ? NSLog: (null)
}
3.<null>
?if([test isEqual:[NSNUll null]]){
? ? ? ?NSLog:<null>
}
?
if(!test){
? ? ? ?NSLog:nil
}
?2.(null)
if(test==nil){
? ? ? NSLog: (null)
}
3.<null>
?if([test isEqual:[NSNUll null]]){
? ? ? ?NSLog:<null>
}
?