test打印的结果:
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>
}
本文标题:XCode中打印的结果:nil 、(null)、<nul
本文链接:https://www.haomeiwen.com/subject/mkhjkxtx.html
网友评论