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