Skip to content

Instantly share code, notes, and snippets.

@MrBoog
Last active August 29, 2015 14:05
Show Gist options
  • Save MrBoog/44a5a587ac73c73ed509 to your computer and use it in GitHub Desktop.
Save MrBoog/44a5a587ac73c73ed509 to your computer and use it in GitHub Desktop.
空值
标志 含义
NULL (void *)0 C指针的字面零值
nil (id)0 Objective-C对象的字面零值
Nil (Class)0 Objective-C类的字面零值
NSNull [NSNull null] 用来表示零值的单独的对象
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment