标签:
我们可以用typeof关键字来定义一个变量
// typeof(int) a; // Specifies variable a which is of the type int __typeof (NSString *) id = @"a"; NSLog(@"%@", id);
objective-c 中定义名为id的变量
原文地址:http://blog.csdn.net/uxyheaven/article/details/44226395