摘要: nil: Anullpointer to an Objective-C object.
( #definenil((id)0) )
Nil: Anullpointer to an Objective-C class.
NULL: Anullpointer to anything else. ( #defineNULL((void *)0) )
NSNull: A class defines a singleton object used to representnullvalues in collection objects (which don't allownilvalues).
 阅读全文
posted @ 2012-09-16 21:26 hellocby 阅读(397) 评论(0) 推荐(1) 编辑