#ifdef DEBUG# define LOG(...) NSLog(@"%s %@", __PRETTY_FUNCTION__, [NSString stringWithFormat:__VA_ARGS__]) //类名 函数名#else# define LOG #endif