标签:style color io strong 文件 div sp log on
Person *p = [[Person alloc] init];
// 指针变量的地址
NSLog(@"%p", &p);
// 对象的地址
NSLog(@"%p", p);
// <类名:对象地址>
NSLog(@"%@", p);
标签:style color io strong 文件 div sp log on
原文地址:http://www.cnblogs.com/Alling/p/3971892.html