#define DLOG( s, … ) NSLog(@"< %@: (%d) > %@",[[NSString stringWithUTF8String:FILE] lastPathComponent], LINE, [NSString stringWithFormat:(s), ##VA_ARGS])

这个宏定义是用来在打印log的时候,调试使用,可以显示当前log所在的controller名字。

先写出来,原理以后查看了再来补,